Skip to content

Commit

Permalink
Don't remove virtualenv when calling "make install".
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Dec 23, 2014
1 parent dce3420 commit 286a55f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Expand Up @@ -35,7 +35,6 @@ clean-files:

.PHONY: install
install:
rm -rf $(ENV_NAME)
virtualenv --no-site-packages $(ENV_NAME)
$(PIP) install -r requirements.txt

Expand Down

0 comments on commit 286a55f

Please sign in to comment.