Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

December 14 2008

Using a Virtualenv Sandbox - Pylons Cookbook - PythonWeb

Virtualenv is a new product by Ian Bicking which aims to combine the best features of a workingenv with a virtual Python install. It allows you to set up an isolated Python environment whose libraries do not affect programs outside it, making it a good choice for experimenting with new packages or to deploy different programs with conflicting library requirements.