Reece Hart

Archive for July, 2011

Using virtualenv, pip, and ipython

Sunday, July 3rd, 2011

This 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

(more…)