Python: Difference between revisions

imported>Melkor333
Add link to nixpkgs-python
imported>Melkor333
Add link to fix-python
Line 244: Line 244:
</syntaxhighlight>
</syntaxhighlight>


==== Virtualenv without nix on NixOS ====
Another option is to follow the [https://gist.github.com/GuillaumeDesforges/7d66cf0f63038724acf06f17331c9280 fix-python gist] to setup a virtualenv without explicitly entering a nix shell.


=== Emulating virtualenv with nix-shell ===
=== Emulating virtualenv with nix-shell ===