Skip to content

Commit

Permalink
Remove outdated virtualenv flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jun 8, 2020
1 parent 39b4264 commit 0747b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -27,7 +27,7 @@ $(BUILD_DIR):
@mkdir -p $(BUILD_DIR)

$(VENV_DIR):
virtualenv $(VENV_DIR) --no-site-packages --distribute
virtualenv $(VENV_DIR)

$(BUILD_DIR)/pip.log: $(BUILD_DIR) requirements.txt
$(PIP) install -Ur requirements.txt | tee $(BUILD_DIR)/pip.log
Expand Down

0 comments on commit 0747b49

Please sign in to comment.