Skip to content

Commit 7aeb589

Browse files
authored
Merge pull request #186 from StackStorm/fix-venv
Don't use the removed --no-site-packages flag to virtualenv
2 parents b22601b + 0475fdf commit 7aeb589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $(VIRTUALENV_DIR)/bin/activate:
8989
@echo
9090
@echo "==================== virtualenv ===================="
9191
@echo
92-
test -d $(VIRTUALENV_DIR) || virtualenv --no-site-packages $(VIRTUALENV_DIR)
92+
test -d $(VIRTUALENV_DIR) || virtualenv $(VIRTUALENV_DIR)
9393

9494
# Setup PYTHONPATH in bash activate script...
9595
echo '' >> $(VIRTUALENV_DIR)/bin/activate

0 commit comments

Comments
 (0)