Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
(I am new to Python and coding in general)

Installed Python 3.5 and now trying to install pip. I have the get-pip.py file on my computer and have double clicked it. The black box did something and now I am wondering what to do. I have edited the PATHs correctly (I think) and have recently discovered there is no Scripts folder (that I can find). I think the lack of the Scripts folder may be the problem, but really have no clue what the problem is.

I am on windows 10, python version 3.5.

What I have tried:

I have tried...
editing PATHs
manually installing modules
lots of suggested downloading code for different versions of python
Posted
Updated 7-May-17 14:38pm
Comments
Jochen Arndt 8-May-17 3:44am    
Instead of double clicking on the file open a command prompt window and execute
python get-pip.py

Then you can read the output of the script and check for errors and important messages.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900