Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get pip to work
#8
(May-09-2017, 01:23 PM)snippsat Wrote:
(May-09-2017, 03:26 AM)KBingo Wrote: I've already added "C:\Users\Kelly Martin\AppData\Local\Programs\Python\Python36-32\Scripts" as a Path in my system variables,
There should be no need to add path manually with 3.6 installation.
Add Python 3.6 to Path should be marked under installation.

I would uninstall and choose a better path eg C:\Python36
Follow this.
Make sure that Add python 3.6 to Path and pip is marked on.
Restart.
Test that python and pip work from cmd.
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. Med enerett.
  
C:\Windows\System32>cd\
  
C:\>python
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
  
C:\>pip -V
pip 9.0.1 from c:\python36\lib\site-packages (python 3.6)
C:\>

This should be a tutorial....this is repeated so many times. Also since what version of python came with a checkbox to add python to PATH? I remember having to tell people to do it manually.
Recommended Tutorials:
Reply


Messages In This Thread
Can't get pip to work - by KBingo - May-09-2017, 01:58 AM
RE: Can't get pip to work - by metulburr - May-09-2017, 02:35 AM
RE: Can't get pip to work - by KBingo - May-09-2017, 03:26 AM
RE: Can't get pip to work - by volcano63 - May-09-2017, 07:33 AM
RE: Can't get pip to work - by snippsat - May-09-2017, 01:23 PM
RE: Can't get pip to work - by metulburr - May-09-2017, 02:34 PM
RE: Can't get pip to work - by sparkz_alot - May-09-2017, 01:46 PM
RE: Can't get pip to work - by metulburr - May-09-2017, 02:27 PM
RE: Can't get pip to work - by sparkz_alot - May-09-2017, 03:35 PM
RE: Can't get pip to work - by snippsat - May-09-2017, 03:51 PM
RE: Can't get pip to work - by metulburr - May-09-2017, 05:22 PM
RE: Can't get pip to work - by KBingo - May-11-2017, 02:45 AM
RE: Can't get pip to work - by snippsat - May-11-2017, 06:05 AM
RE: Can't get pip to work - by KBingo - May-11-2017, 09:35 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020