[Distutils] Dynamic linking between Python modules (was: Beyond wheels 1.0: helping downstream, FHS and more)

Paul Moore p.f.moore at gmail.com
Tue May 19 23:14:47 CEST 2015


On 19 May 2015 at 21:19, Wes Turner <wes.turner at gmail.com> wrote:
> Would this be different than:
>
>     # miniconda
>     conda install pip
>     conda install scientific_stuff
>     pip install django_widget

Having tried that in the past, I can say that I *very* rapidly got
completely lost as to which packages I'd installed with pip, and which
with conda. Uninstalling and/or upgrading with the "wrong" package
manager caused all sorts of fun.

Paul


More information about the Distutils-SIG mailing list