Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

sidni 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 :)