Skip to content

Commit

Permalink
removed pip and virtualenv upgrade from script
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrant committed Mar 6, 2014
1 parent 27cbe51 commit 44a6082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions createVirtualEnv.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/sh
rm -rf env
sudo easy_install pip
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
virtualenv --distribute --no-site-packages env
env/bin/pip install --download-cache=~/.pip-cache -r requirements.txt
3 changes: 3 additions & 0 deletions upgradeDependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv

0 comments on commit 44a6082

Please sign in to comment.