Commit 74fb99c6 authored by Andrew Gibiansky's avatar Andrew Gibiansky

reverting dumb change, upgrading virtualenv version

parent ab950cb6
...@@ -32,4 +32,4 @@ pip install pygments==1.6 ...@@ -32,4 +32,4 @@ pip install pygments==1.6
# Install IPython itself. # Install IPython itself.
echo "Installing IPython (this may take a while)." 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
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
# Which version of virtualenv to use. # Which version of virtualenv to use.
VIRTUALENV=virtualenv-1.9 VIRTUALENV=virtualenv-1.9.1
# Where to install the virtualenv. # Where to install the virtualenv.
DESTINATION=$1 DESTINATION=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment