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

Python Setting Up a Local Python Environment Installing Python and Python Libraries Locally Using virtualenv

Pip is not working

I'm on a windows 8 computer. I have tried pip3, pip, and says it's not recognized. What do I do?

2 Answers

Hi Tristan,

What version of Python are you using? 3.4 comes with pip. What's New in Python 3.4

I'm using 3.4.3

It says pip is not recognized

You'll need to either add the directory with pip.exe to your environment path, or run the command console from that directory. My pip.exe is located in this path - yours should be the same or similar:

C:\Python34\Scripts

I'm sorry, I don't know what your talking about

I think the easiest way to fix this for you will be to re-install Python. During install, you'll be able to customize the installation. Make sure to scroll down this list and enable Add python.exe to Path as show in this image.

Python Installation

After this, you should be able to use your command line from any directory with python and pip - I just did this on my machine.

Please let me know if this works or not.

Kind Regards

I did that and i did not work

Can you find this folder?

C:\Python34\Scripts

Also, by re-installing I mean to first un-install python and then install it by launching python-3.4.3.msi. Doing this and then selecting the option to add python to the path, has worked every time for me. I'm using Windows 8 also.

Tristan if you are still having this issue after you have un-intstalled/reinstalled python please write in to support: help@teamtreehouse.com