Python: Difference between revisions
imported>Chrissound No edit summary |
imported>Danbst add a back link to nixpkgs PR for virtualenv section |
||
| Line 65: | Line 65: | ||
After entering the environment with `nix-shell`, you can install new python libraries with dump `pip install`, but nanomsg will be detected as installed. | After entering the environment with `nix-shell`, you can install new python libraries with dump `pip install`, but nanomsg will be detected as installed. | ||
Discussion and consequences of this approach are in PR https://github.com/NixOS/nixpkgs/pull/55265. | |||
=== conda === | === conda === | ||