I've just installed python 3.5, ran Python 3.5 (32-bit)
and typed
pip
and received the message:
Traceback (most recent call last):File "<pyshell#2>", line 1, in <module>pip
NameError: name 'pip' is not defined
I don't see any scripts directories in my path, but I found pip.py
in C:\Users\UserName\AppData\Local\Programs\Python\Python35-32\Scripts
.
I selected the option to "Add python to environment variables" during installation, but it doesn't seem to have done anything.
I googled this and got this guide, which says that earlier versions need to add some path names. I don't have a C:\Python...
directory so I tried adding the Scripts
folder from above, same result.
How do I install python so that it actually works (ie. I can run pip, install modules, etc.)?