Using virtualenv, pip, and ipython
Sunday, July 3rd, 2011This page provides a quick synopsis on how to use three of my favorite Python features together:
- virtualenv, which provides a standardized mechanism to isolate python environments (including in WSGI setups)
- pip, which facilitates packages installation in virtualenv environments or otherwise
- ipython, a terrific interactive shell with readline and debugging support
Posted by reece,
in Uncategorized
No Comments »

