Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get pip to work
#3
(May-09-2017, 02:35 AM)metulburr Wrote:
(May-09-2017, 01:58 AM)KBingo Wrote: >>> python -m pip install pyperclip
pip is not ran through the python interpreter (ie the >>> prompt), but your system command line. Search on your windows cmd and navigate to your installed python directory

Okay, I looked up how to navigate in my system's command prompt, but I can't navigate to my Python directory.  I've already added "C:\Users\Kelly Martin\AppData\Local\Programs\Python\Python36-32\Scripts" as a Path in my system variables, but when I try to navigate there, I get the error "The system cannot find the path specified."  I've copy-pasted the command lines below.


C:\>cd\users\kelly martin

C:\Users\Kelly Martin>cd\appdata\local\programs
The system cannot find the path specified.

C:\Users\Kelly Martin>cd\AppData\Local\Programs\Python\Python36-32\Scripts
The system cannot find the path specified.

C:\Users\Kelly Martin>
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