Tag Archives: configuration

setting up a default virtualenv

After using virtualenv for months, I finally got around to putting my main virtualenv into my bash profile. It’s really simple. All I had to do was add the following to ~/.bash_profile: # python virtualenv source /Users/ben/virtualenv/pearl/bin/activate This worked, but there was one thing I wanted to turn off. The activate script that virtualenv creates [...]