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 trialsidni ahmed
3,329 Points'pip' is not recognised. why do i get this?
pip was installed automatically when installing python. But when i type 'pip' i get this:
3 Answers
Andreas cormack
Python Web Development Techdegree Graduate 33,011 PointsHi Sidni
Locate your python scripts path e.g 'C:\your python version\Scripts' this needs to be added to the PATH system variable. You can access the PATH system variable like so, Computer->Properties->Enviroment variables -> System Variables -> Click on Path and edit -> add in the above path.
regards
Vittorio Somaschini
33,371 PointsHello Sidni.
Have you had a look at this on stackoverflow? http://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command-installing-django-w
Let me know
Vitto
sidni ahmed
3,329 Pointsthanks guys, my Path system variable was a mess. All sorted now :)