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 trial
Sascha Bauml
3,322 PointsI downloaded Python 3.5.1 however it didn't install pip3. In my terminal I checked to see if I had pip. I do not.
Im watching "Setting Up a Local Python Environment Mac" I opened my Terminal and ran Python 3.5.1 however Pip3 want installed with Python 3.5.1 I checked in my terminal to see if I had any version of Pip with pip --version and it gave me this error message: -bash: pip: command not found
Please advise. Thanks.
3 Answers
Allison Schaaf
33,322 PointsI just downloaded Python 3.6 from python.org and the latest version of pip was included (you can see in the video at 2:02 when Kenneth gets to the custom install screen that his 3.5 download also included a pip installation or upgrade).
Make sure you exit() out of the python shell before typing pip3 --version (otherwise you get an error).
Anmol Thind
589 PointsTry "pip-3.5" in terminal. Otherwise make sure it's installed, install with "sudo easy_install pip".
Kenneth Love
Treehouse Guest TeacherYou don't have pip3 available?