Tuesday 1 June 2010

Getting VirtualEnv going

Everywhere I read the benefits of virtualenv, but each time I try it I get fed up as it seems a lot to get setup. Here's to trying again:.

yum - y python-setuptools
easy_install pip
pip install virtualenv