<p dir="ltr"><br>
On 31 Jan 2014 02:48, "Donald Stufft" <<a href="mailto:donald@stufft.io">donald@stufft.io</a>> wrote:<br>
> ><br>
> > How am i supposed to manage that using pip and virtual envs in production?<br>
><br>
> The same way you’d use them in development? Hell I believe you can even do:<br>
><br>
>      $ virtualenv my_virtualenv<br>
>      $ my_virtualenv/bin/pip install path/to/wheelhouse/*<br>
><br>
> The point is it’s just installed libraries, asking this question doesn’t really make much<br>
> sense, it’s like asking how do you use apt-get or yum in production.</p>
<p dir="ltr">Most Java apps don't typically use those either, they just drop jar files in a directory on CLASSPATH :P</p>
<p dir="ltr">(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)</p>
<p dir="ltr">Cheers,<br>
Nick.<br></p>
<p dir="ltr">><br>
> ><br>
> > Thanks,<br>
> > Eugene<br>
><br>
><br>
> -----------------<br>
> Donald Stufft<br>
> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA<br>
><br>
><br>
> _______________________________________________<br>
> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
><br>
</p>