Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Setting Up a Local Python Environment Installing Python and Python Libraries Locally Using virtualenv

I am having trouble installing virtualenvwrapper on linux mint 17 Qiana.

export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel source /usr/local/bin/virtualenvwrapper.sh

I am supposed to add the 3 lines of code above to the shell start up file but i have no idea how to do that

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

I bet your shell is Bash. If so, add those three lines into the .bash_profile file in your home directory.

Lance McCormick
Lance McCormick
7,553 Points

Hi Kenneth, I am struggling setting up virtualenv in Linux Mint. I created a post of the Forums addressing my issue. It has the "virtualenv" tag on it. Id appreciate any help as your Windows and Mac videos don't really help me at this stage. I have googled a lot and produced no solid answers for doing this on Linux Mint. Thanks