The only thing I'd mention is that it's generally considered a security risk to have a C-compiler on a production machine, so if you're building virtual environments that require c extensions, you might think about building them on a staging box that's identical to your production box and syncing that environment over to your prod box somehow.  Other than that, I also highly recommend using virtualenv in production. Works great.<br>
<br>--matt<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 1:06 PM, Cezar Jenkins <span dir="ltr"><<a href="mailto:emperorcezar@gmail.com" target="_blank">emperorcezar@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">For this reason, I believe it's in the standard library in 3.3.<div><div class="h5">
<div><br><div><div>On Nov 29, 2012, at 1:02 PM, Brantley Harris <<a href="mailto:deadwisdom@gmail.com" target="_blank">deadwisdom@gmail.com</a>> wrote:</div><br><blockquote type="cite">Not only is virtualenv stable for production use, but I highly recommend it.  In fact, I'm of the opinion that you, generally, one should *always* use virtualenv.<div class="gmail_extra">
<br><br><div class="gmail_quote">
On Thu, Nov 29, 2012 at 12:51 PM, D Mahoney <span dir="ltr"><<a href="mailto:dan@streemit.net" target="_blank">dan@streemit.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Greetings, all. I've been using Python for admin scripts and the occasional cgi for several years now. In that time I've read about virtualenv and played with it briefly, but haven't really explored it very deeply.<br>


<br>
I just started a new contract gig downtown, and I find myself working on a RedHat box with python 2.4 installed (2.4.3). Some of the tasks I'm working on would be simplified a bit if I could use a more up-to-date version, like maybe 2.7. I'm about ready in install virtualenv on this box for my development tasks, but my question is this: once I get my code working and ready for production use, would it be an especially bad idea to leave it in virtualenv? The machine in question is important enough that I'm really leery of taking a chance of screwing up Python by installing a more current python incorrectly.<br>


<br>
Thoughts?<br>
______________________________<u></u>_________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org" target="_blank">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/<u></u>mailman/listinfo/chicago</a><br>
</blockquote></div><br></div>
_______________________________________________<br>Chicago mailing list<br><a href="mailto:Chicago@python.org" target="_blank">Chicago@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
</blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
<br></blockquote></div><br></div>