On 31 Jan 2014 02:48, "Donald Stufft" <donald@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@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>