reverting dumb change, upgrading virtualenv version

This commit is contained in:
Andrew Gibiansky 2014-01-21 15:14:07 -08:00
parent ab950cb685
commit 74fb99c6b8
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ pip install pygments==1.6
# Install IPython itself.
echo "Installing IPython (this may take a while)."
pip install git+https://github.com/ipython/ipython.git@$COMMIT#egg=ipython-dev
pip install -e git+https://github.com/ipython/ipython.git@$COMMIT#egg=ipython-dev

View File

@ -2,7 +2,7 @@
set -e
# Which version of virtualenv to use.
VIRTUALENV=virtualenv-1.9
VIRTUALENV=virtualenv-1.9.1
# Where to install the virtualenv.
DESTINATION=$1