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 trialTina Camara
8,552 PointsPip for python
trying to install pip at the command line for windows
1 Answer
Megan Amendola
Treehouse TeacherHi! Pip comes with Python when you install it for your computer. You can download Python from their website.
Tina Camara
8,552 PointsTina Camara
8,552 PointsI mean when I install Python and try to bring up pip it the command line says give me an error like pip not found
Megan Amendola
Treehouse TeacherMegan Amendola
Treehouse Teacher'pip3 should be installed automatically together with Python3.x. The documentation hasn't been updated, so simply replace pip by pip3 in the instructions, when installing Flask for example.'
'Now, if this doesn't work, you might have to install pip separately.' Answer from Stackoverflow