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 trialOwen Kupperman
953 Points<Library/Python/3.4/bin/virtualenv venv> issue on windows
Hello!
Using windows (8.1), I have run into an issue. In command prompt, i can succesfully install virtualenv, but the issue is that when I go to run the command in the title after launching, I get the message "'Library' is not recognized as an internal or external command, operable program or batch file". I do not know how to proceed, please help.
2 Answers
Joshua Ferdaszewski
12,716 PointsHello, try using this command to create a new virtualenv: virtualenv.exe venvname
If that does not work, try using pip to uninstall virtualenv and then reinstall it. Good Luck!
Brandon Chong
4,238 PointsYou the man Joshua, out of all the courses i've took so far, this local installation was somehow the most confusing, but your tip fixed it.
Owen Kupperman
953 PointsOwen Kupperman
953 PointsThank you! This worked. Re-installing it was helpful.
Joe Law
5,040 PointsJoe Law
5,040 Pointsre-installign really helped, with virtualenv.exe venvname as the test! Thanks Joshua