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 trialMUZ140153 Tatenda Zimba
2,782 PointsI 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
Treehouse Guest TeacherI bet your shell is Bash. If so, add those three lines into the .bash_profile
file in your home directory.
Lance McCormick
7,553 PointsLance McCormick
7,553 PointsHi 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