Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sixpearls
Last active June 27, 2017 19:57
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 sixpearls/cb35610e4b163acb0dcdf1163bd1803e to your computer and use it in GitHub Desktop.
Save sixpearls/cb35610e4b163acb0dcdf1163bd1803e to your computer and use it in GitHub Desktop.
Windows virtualenv with system site packages installation needs help
python -m venv .venv --system-site-packages
.venv\Scripts\activate.bat
.venv\Scripts\python -m pip install -r requirements.txt --src=..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment