mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
reverting dumb change, upgrading virtualenv version
This commit is contained in:
parent
ab950cb685
commit
74fb99c6b8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user