Skip to content

Instantly share code, notes, and snippets.

@Ariakenom
Last active December 17, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ariakenom/ee8744245ce558f8876af8268e65f523 to your computer and use it in GitHub Desktop.
Save Ariakenom/ee8744245ce558f8876af8268e65f523 to your computer and use it in GitHub Desktop.
[nix-shell:~/amra]$ python -m venv venv2
Unable to symlink '/nix/store/wg6fmabligp3mapavpicfi0r4ica4djp-python3-3.6.9-env/bin/python3.6' to '/home/patrik/amra/venv2/bin/python3.6'
Error: Command '['/home/patrik/amra/venv2/bin/python3.6', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
[nix-shell:~/amra]$ python -Im ensurepip --upgrade --default-pip
Looking in links: /run/user/1000/tmp2s79jfly
Collecting setuptools
Requirement already up-to-date: pip in /nix/store/wg6fmabligp3mapavpicfi0r4ica4djp-python3-3.6.9-env/lib/python3.6/site-packages (19.2.3)
Installing collected packages: setuptools
Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/nix/store/c8qshsnmy5d9xk3nxj2xy9xc4isnc7ni-python3-3.6.9/lib/python3.6/site-packages/easy_install.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment