Created
December 17, 2019 14:02
-
-
Save Ariakenom/90253aee4e3ee54fa3247b87eb9ae5a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nix-shell:~/amra]$ virtualenv --no-setuptools venv | |
Using base prefix '/nix/store/c8qshsnmy5d9xk3nxj2xy9xc4isnc7ni-python3-3.6.9' | |
New python executable in /home/patrik/amra/venv/bin/python3.6 | |
Also creating executable in /home/patrik/amra/venv/bin/python | |
ERROR: The executable /home/patrik/amra/venv/bin/python3.6 is not functioning | |
ERROR: It thinks sys.prefix is '/nix/store/c8qshsnmy5d9xk3nxj2xy9xc4isnc7ni-python3-3.6.9' (should be '/home/patrik/amra/venv') | |
ERROR: virtualenv is not compatible with this system or executable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment