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

August 17 2009

virtualenvwrapper

virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool # Organizes all of your virtual environments in one place. # Wrappers for creating and deleting environments, including user-configurable hooks. # Use a single command to switch between environments. # Tab completion for commands that take a virtual environment as argument.

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.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.