[Distutils] PEP 427

Nick Coghlan ncoghlan at gmail.com
Thu Jan 30 22:58:19 CET 2014


On 31 Jan 2014 02:48, "Donald Stufft" <donald at stufft.io> wrote:
> >
> > How am i supposed to manage that using pip and virtual envs in
production?
>
> The same way you'd use them in development? Hell I believe you can even
do:
>
>      $ virtualenv my_virtualenv
>      $ my_virtualenv/bin/pip install path/to/wheelhouse/*
>
> The point is it's just installed libraries, asking this question doesn't
really make much
> sense, it's like asking how do you use apt-get or yum in production.

Most Java apps don't typically use those either, they just drop jar files
in a directory on CLASSPATH :P

(Hence why I only *tolerate* that approach for wheels for advanced use
cases that can't easily be handled any other way, while strongly
discouraging it in general)

Cheers,
Nick.

>
> >
> > Thanks,
> > Eugene
>
>
> -----------------
> Donald Stufft
> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372
DCFA
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140131/977e911e/attachment.html>


More information about the Distutils-SIG mailing list