Tag Archives: virtualenv

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 … Continue reading

Posted in uncategorized | Tagged , , , , | Comments Off