[IPython-dev] [IPython-User] [ANN] IPython 1.0.0 Release Candidate

Paul Ivanov pi at berkeley.edu
Fri Aug 2 20:00:20 EDT 2013


> On Fri, Aug 2, 2013 at 4:35 PM, Comer Duncan <comer.duncan at gmail.com> wrote:
> > Is there an easy_install option?

As Min said, you can just do:

easy_install http://archive.ipython.org/testing/1.0.0/ipython-1.0.0-rc1.tar.gz

> Or if I download the tarxz file how would  I proceed to install?

to install "by hand" just change into the directory with the
decompressed files and do 

python setup.py install

(you may need to either put sudo out front of that command, or specify
the --user flag if you've got your path set up to include .local/bin)

best,
-- 
                   _
                  / \
                A*   \^   -
             ,./   _.`\\ / \
            / ,--.S    \/   \
           /  `"~,_     \    \
     __o           ?
   _ \<,_         /:\
--(_)/-(_)----.../ | \
--------------.......J
Paul Ivanov
http://pirsquared.org



More information about the IPython-dev mailing list