Last active
June 27, 2017 19:57
-
-
Save sixpearls/cb35610e4b163acb0dcdf1163bd1803e to your computer and use it in GitHub Desktop.
Windows virtualenv with system site packages installation needs help
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
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