[IPython-dev] Trying to install master in virtualenv on Mac OSX with Anaconda

Nathan Goldbaum nathan12343 at gmail.com
Thu Jan 16 15:40:36 EST 2014


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.


On Thu, Jan 16, 2014 at 12:35 PM, Jason Moore <moorepants at gmail.com> wrote:

> 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
>>
>> _______________________________________________
>> 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/20140116/16cf862f/attachment.html>


More information about the IPython-dev mailing list