[Distutils] Dynamic linking between Python modules (was: Beyond wheels 1.0: helping downstream, FHS and more)
Chris Barker
chris.barker at noaa.gov
Tue May 19 23:17:16 CEST 2015
On Tue, May 19, 2015 at 1:19 PM, Wes Turner <wes.turner at gmail.com> wrote:
> So it might make sense to actually allow folks to push conda to budding
>> web developers, if conda allowed installation (and environment management)
>> of sdist packages on PyPI. So perhaps it would be good if *this* worked:
>>
>> % pip install conda
>> % conda install scientific_stuff
>> % conda install --sdist django_widget # we know to look on PyPI
>>
>>
> Would this be different than:
>
> # miniconda
> conda install pip
> conda install scientific_stuff
> pip install django_widget
>
yes -- in the later, you have to START with the conda environment. But yes
-- that should be doable. If conda understands pip metadata for
dependencies and conda provides pip-understandable metadata, then that
could work fine.
With gh:conda/conda-env, pip packages are in a pip: section of the
> environment.yml file
> For example:
>
> conda env export -n root
>
> Then, to install pip: packages with pip:
>
> conda create -n example -f ./environment.yml
>
good point --- you'd also want a way for the conda to easily re-create the
environment, with the pip-installed stuff included. But again, do-able.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20150519/41edec76/attachment-0001.html>
More information about the Distutils-SIG
mailing list