[IPython-dev] IPython-dev Digest, Vol 120, Issue 17

Alessandro Gagliardi alessandro.gagliardi at glassdoor.com
Thu Jan 16 17:30:22 EST 2014


Thanks. FWIW, I think the problem that I had before was that it was
defaulting to the base version of pip which caused it to install outside
of my environment. When I used conda to install pip into my environment,
and then used conda to install ipython 2, it worked fine.

-Alessandro

On 1/16/14, 2:13 PM, "ipython-dev-request at scipy.org"
<ipython-dev-request at scipy.org> wrote:
>Date: Thu, 16 Jan 2014 15:35:24 -0500
>From: Jason Moore <moorepants at gmail.com>
>Subject: Re: [IPython-dev] Trying to install master in virtualenv on
>	Mac OSX with Anaconda
>
>If you create a new conda environment without IPython and have all the
>dependencies for IPython, you should be able to "pip install -e" from the
>git repo for the latest IPython.
>
>
>Jason
>moorepants.info
>+01 530-601-9791
>
>
>On Thu, Jan 16, 2014 at 3:27 PM, Alessandro Gagliardi <
>alessandro.gagliardi at glassdoor.com> wrote:
>
>>  I've installed Anaconda which includes IPython 1.1. Now I'd like to
>> create a virtual environment where I can play with IPython 2 (still in
>> development) without overwriting IPython 1.1. Anaconda doesn't play nice
>> with virtualenv (I discovered the hard way) nor does conda allow me to
>> install IPython 2 (because there is no conda package for IPython 2).
>>
>>  Is there a way to gracefully graduate out of Anaconda so one can use
>> virtualenv or is there a conda recipe for IPython 2 that I can use?
>>
>>  Any help would be greatly appreciated. Thank you,
>> -Alessandro
>>
>Date: Thu, 16 Jan 2014 12:40:36 -0800
>From: Nathan Goldbaum <nathan12343 at gmail.com>
>Subject: Re: [IPython-dev] Trying to install master in virtualenv on
>	Mac OSX with Anaconda
>To: IPython developers list <ipython-dev at scipy.org>
>
>You should also be able to straightforwardly update the conda recipes for
>IPython (https://github.com/conda/conda-recipes/tree/master/ipython) to
>build a new conda package.  You'll need to update the [source] section to
>point to an IPython git repo, see
>http://docs.continuum.io/conda/build.html for
>details on conda recipes and the conda build environment.




More information about the IPython-dev mailing list