[yt-users] conda install

Nathan Goldbaum nathan12343 at gmail.com
Mon Aug 15 09:20:19 PDT 2016


On Mon, Aug 15, 2016 at 11:18 AM, John Regan <johnanthonyregan at gmail.com>
wrote:

> Hi All,
>
> Quick question on the conda install system.
>
> I'm sure this is very easy but when I update the source folder e.g.
> ~/ytfork/yt/analysis_modules/.....
> how do I then get that reflected in the yt-conda installation e.g. in
> ~/ytfork/doc/yt-conda/lib/.../analysis_modules?
>
> I could copy the "source" files directly into the "lib" directory but I'm
> guessing there is a better way?
>

$ conda uninstall yt
$ pip uninstall yt
$ cd ~/ytfork/
$ python setup.py develop

And now ~/ytfork/ will be the "active" installation.


>
>
> John
>
>
>
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20160815/09939c11/attachment.htm>


More information about the yt-users mailing list