Skip to content

Commit 0475fdf

Browse files
committed
Don't use the removed --no-site-packages flag to virtualenv
1 parent b22601b commit 0475fdf

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)