Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot find PIP
#1
I am brand new to Python, using the "Automate the Boring Stuff" to try to edit a pdf file using module PyPDF2. Cannot even get off the ground in the Python interactive shell. I am using Python 3.6 but cannot even find PIP:

>>> py -m pip install --upgrade pip
SyntaxError: invalid syntax
>>>

Yet if I go to Window Powershell I get the following:

PS C:\Users\stand> py -m pip install --upgrade pip
Requirement already up-to-date: pip in c:\users\stand\appdata\local\programs\python\python36-32\lib\site-packages
PS C:\Users\stand>

I'm confused! Confused
Reply


Messages In This Thread
Cannot find PIP - by standenman - Jan-20-2018, 02:48 PM
RE: Cannot find PIP - by j.crater - Jan-20-2018, 02:53 PM
RE: Cannot find PIP - by standenman - Jan-20-2018, 05:35 PM
RE: Cannot find PIP - by j.crater - Jan-20-2018, 05:43 PM
RE: Cannot find PIP - by snippsat - Jan-20-2018, 06:13 PM
RE: Cannot find PIP - by standenman - Jan-22-2018, 05:27 PM

Forum Jump:

User Panel Messages

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