We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22601b + 0475fdf commit 7aeb589Copy full SHA for 7aeb589
Makefile
@@ -89,7 +89,7 @@ $(VIRTUALENV_DIR)/bin/activate:
89
@echo
90
@echo "==================== virtualenv ===================="
91
92
- test -d $(VIRTUALENV_DIR) || virtualenv --no-site-packages $(VIRTUALENV_DIR)
+ test -d $(VIRTUALENV_DIR) || virtualenv $(VIRTUALENV_DIR)
93
94
# Setup PYTHONPATH in bash activate script...
95
echo '' >> $(VIRTUALENV_DIR)/bin/activate
0 commit comments