简体   繁体   中英

How can I install two different ipython versions

I would like to install two different ipython versions on a single computer. I am currently using ipython 1.1 and I cloned ipython 2.0 Dev version. So as mentioned, I tried to launch python -m IPython notebook from Ipython 2.0 folder but I cannot import ipython 2 specific module like widget .

I believe the easiest way to do this, is to use virtualenvironments. Check out invewrapper or its predecessor virtualenv .

Once you have either installed, make two virtualenvironments ( pew-new old_ipython and pew-new new_ipython ), activate each (creating one will activate it automatically) and install your desired version of IPython.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM