[IPython-dev] Testing IPython 3.0
Aaron Meurer
asmeurer at gmail.com
Wed Nov 19 12:52:09 EST 2014
You'll probably want to do that in a new conda environment, so that you
don't break your main environment
conda create -n ipython-3.0 ipython-notebook
source activate ipython-3.0
I installed ipython-notebook so that you get the dependencies of the
notebook in the environment.
Also, assumedly another option is python setup.py develop (you'll also need
to install setuptools into the environment).
Aaron Meurer
On Wed, Nov 19, 2014 at 10:13 AM, Nicholas Bollweg <nick.bollweg at gmail.com>
wrote:
> There aren't any binaries, yet, so I don't think you can conda install...
>
> The usual isn't too bad: shouldn't be any different than this:
>
>>
>> http://ipython.org/ipython-doc/dev/install/install.html#installing-the-development-version
>>
> which is just:
>
> $ git clone --recursive https://github.com/ipython/ipython.git$ cd ipython$ python setup.py install
>
> If you want all the bells and whistles (notebook, tests, etc), i'd follow
> it up with:
>
> $ pip install -e .[all]
>
>
> On Wed, Nov 19, 2014 at 7:10 AM, thwiouz <maidos93 at laposte.net> wrote:
>
>> Hi,
>>
>> I wanted to know how to install IPython 3.0 into a new environment using
>> Anaconda.
>>
>> Thanks a lot
>>
>>
>>
>> --
>> View this message in context:
>> http://python.6.x6.nabble.com/Testing-IPython-3-0-tp5078073.html
>> Sent from the IPython - Development mailing list archive at Nabble.com.
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141119/1da6d909/attachment.html>
More information about the IPython-dev
mailing list