[IPython-User] error of install ipython 0.10.0
Paul Ivanov
pivanov314@gmail....
Fri Oct 26 01:04:58 CDT 2012
On Thu, Oct 25, 2012 at 5:39 AM, Jack Bryan <dtustudy68@hotmail.com> wrote:
> Thanks.
>
> Would you please tell me how to remove old install ?
>
> Any help will e appreciated.
>From your install log for 0.10.1:
> changing mode of /home/user/usr/bin/ipengine to 755
> changing mode of /home/user/usr/bin/ipcontroller to 755
> changing mode of /home/user/usr/bin/ipcluster to 755
> changing mode of /home/user/usr/bin/ipython to 755
> changing mode of /home/user/usr/bin/ipythonx to 755
> changing mode of /home/user/usr/bin/ipython-wx to 755
> changing mode of /home/user/usr/bin/pycolor to 755
> changing mode of /home/user/usr/bin/irunner to 755
> changing mode of /home/user/usr/bin/iptest to 755
> running install_data
> running install_egg_info
> Removing /home/user/usr/lib/python2.6/site-packages/ipython-0.10.1-py2.6.egg-info
> Writing /home/user/usr/lib/python2.6/site-packages/ipython-0.10.1-py2.6.egg-info
so remove those binaries, and the ipython-related stuff in site-packages
rm -fr /home/user/usr/bin/ipengine /home/user/usr/bin/ipcontroller
/home/user/usr/bin/ipcluster /home/user/usr/bin/ipython
/home/user/usr/bin/ipythonx /home/user/usr/bin/ipython-wx
/home/user/usr/bin/pycolor /home/user/usr/bin/irunner
/home/user/usr/bin/iptest
/home/user/usr/lib/python2.6/site-packages/ipython*
Also, you will need to add ~/.local/bin to your $PATH if it isn't
already, in order for it to pick up the new ipython executable.
best,
--
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7
More information about the IPython-User
mailing list