IPython is a feature-rich interactive shell for Python developers. Virtualenv creates isolated development environments so you can test or install packages without introducing conflicts. In this column, I examine how both tools can make your life a little easier. ...
Last week I finally cleaned up the wrapper code I've been using with Ian Bicking's virtualenv. The results are a set of bash functions imaginatively dubbed "virtualenvwrapper". ...