[IPython-User] questions regarding git install
Dennis Daniels
dennisgdaniels@gmail....
Wed Nov 28 10:58:16 CST 2012
Greetings
ipython .13 is already installed on my Linux Mint 13 (Ubuntu
Precise)machine, will the git clone install properly or do I have to
uninstall first?
I'm going to guess that uninstalling is recommended but the docs make no
mention of this. And, I should probably uninstall all of the repository
info.
What say you?
Further, just to be clear, the git clone will also include all the needful
like qtconsole, notebook, tornado etc. Yes?
And, are there any special switches to make sure I'm getting __ipython for
python3x__ NOT version of ipython for python 2.x?
thank you,
Dennis
http://ipython.org/ipython-doc/stable/install/install.html
Installing the development
version<http://ipython.org/ipython-doc/stable/install/install.html#installing-the-development-version>
It is also possible to install the development version of IPython from our
Git <http://git-scm.com/> source code repository. To do this you will need
to have Git installed on your system. Then just do:
$ git clone https://github.com/ipython/ipython.git$ cd ipython$ python
setup.py install
Some users want to be able to follow the development branch as it changes.
If you have distribute installed, this is easy. Simply replace the last
step by:
$ python setupegg.py develop
This creates links in the right places and installs the command line script
to the appropriate places. Then, if you want to update your IPython at any
time, just do:
$ git pull
lost and found:
0018586833669 (google)
GoogleTalk: dennisgdaniels
skype: dennisdaniels
0015047227525 (only emergencies)
EOF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20121128/402da42c/attachment.html
More information about the IPython-User
mailing list