Commit 86db7eff authored by Andrew Gibiansky's avatar Andrew Gibiansky

moving IPython github source to my own repository

parent 70ddc14f
......@@ -32,4 +32,4 @@ pip install pygments==1.6
# Install IPython itself.
echo "Installing IPython (this may take a while)."
pip install -e git+https://github.com/ipython/ipython.git@$COMMIT#egg=ipython-dev
pip install -e git+https://github.com/gibiansky/ipython.git@$COMMIT#egg=ipython-dev
......@@ -16,5 +16,5 @@ if [ $CURRENT_COMMIT != $COMMIT ]; then
# Update IPython.
echo "Updating IPython (this may take a while)."
pip install --upgrade -e git+https://github.com/ipython/ipython.git@$COMMIT#egg=ipython-dev
pip install --upgrade -e git+https://github.com/gibiansky/ipython.git@$COMMIT#egg=ipython-dev
fi;
......@@ -40,7 +40,7 @@ data WhichIPython
-- | Which commit of IPython we are on.
ipythonCommit :: Text
ipythonCommit = "a3e6ba6a5f3b3e95359de62b241570a76f90d8fa"
ipythonCommit = "4a08574f74201ef7ca39a4e80d19a2d158ab6950"
-- | The IPython profile name.
ipythonProfile :: String
......
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