I've just installed a new ipython 0.11 on Mac OS X from sources. Unfortunately it turned out that it lacks back-compatibility with its previous versions, so all the scripts I need do not work. After that i installed a 0.10 version of ipython from macports, hoping it would replace the current one (yep, maybe it wasn't a good idea - things gone even more complicated). But it didn't, and my scripts are still using the 0.11 version of ipython
The only thing I need is to make my scripts working. So I need somehow uninstall iPython v.0.11, or make version 0.10 a preferred to use
Thanks for any help!
The best way to uninstall it completely is by running: $ pip install pip-autoremove. $ pip-autoremove jupyter -y.
pip uninstall ipython
might be able to remove it.
Otherwise, you'll have to find the files and delete them. At an interactive prompt, do:
>>> import IPython
>>> IPython
Which should show you where it's imported from.
Remember to run pip as a root, or:
sudo pip uninstall ipython
Without sudo, it didn't work with me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With