[IPython-user] install from source
Fernando Perez
fperez.net at gmail.com
Mon Jan 8 00:04:59 CST 2007
On 1/7/07, belinda thom <bthom at cs.hmc.edu> wrote:
> Answer to my own question --- I didn't run
>
> python setup.py install
No, actually the point of that tutorial:
> > http://ipython.scipy.org/moin/Developer_Zone
was to let you run /without/ having to install. The ipython startup script is:
/path/to/your/svn/checkout/scripts/ipython
But doing the install is fine; if you don't update SVN all the time,
it's not such a big deal to do
svn update
python setup.py clean
python setup.py install
I just happen to like to run without needing a separate install step,
right off the SVN tree, and that was what the explanation was for
(obviously it wasn't clear enough though).
Best,
f
More information about the IPython-user
mailing list