[Python-Dev] Better support for consuming vendored packages

Oleg Broytman phd at phdru.name
Thu Mar 22 15:33:44 EDT 2018


On Thu, Mar 22, 2018 at 12:30:02PM -0700, Barry Warsaw <barry at python.org> wrote:
> Developers are mostly going to use pip, and maybe a requirements.txt,

   +virtual envs to avoid problems with global site-packages.

   IMO virtualenv for development and frozen app for distribution solve
the problem much better than vendoring.

> Cheers,
> -Barry

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list