mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
nixos/doc: fix typo in python.section.md
This commit is contained in:
parent
98cc33580f
commit
b2c8b539ac
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ with a nix-shell that has `numpy` and `toolz` in Python 3.9; then we will create
|
||||||
a re-usable environment in a single-file Python script; then we will create a
|
a re-usable environment in a single-file Python script; then we will create a
|
||||||
full Python environment for development with this same environment.
|
full Python environment for development with this same environment.
|
||||||
|
|
||||||
Philosphically, this should be familiar to users who are used to a `venv` style
|
Philosophically, this should be familiar to users who are used to a `venv` style
|
||||||
of development: individual projects create their own Python environments without
|
of development: individual projects create their own Python environments without
|
||||||
impacting the global environment or each other.
|
impacting the global environment or each other.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue