Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dazed and confused...
#7
I don't use 'cmdr' so I can't speak to that or how it's set up. Try pip -V from the command terminal. (Note: it shouldn't matter what directory you're in). Also, it could be 'pip' is not installed. You might try:

python -m ensurepip
if it is installed, you will see something like this:

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\>python -m ensurepip
Requirement already satisfied: setuptools in c:\python36\lib\site-packages
Requirement already satisfied: pip in c:\python36\lib\site-packages
Requirement already satisfied: packaging>=16.8 in c:\python36\lib\site-packages (from setuptools)
Requirement already satisfied: six>=1.6.0 in c:\python36\lib\site-packages (from setuptools)
Requirement already satisfied: appdirs>=1.4.0 in c:\python36\lib\site-packages (from setuptools)
Requirement already satisfied: pyparsing in c:\python36\lib\site-packages (from packaging>=16.8->setuptools)

C:\>
If it is not installed, it will install it. If it ends up installing it, type:

pip install --upgrade pip
This will bring it up to the latest version.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Dazed and confused... - by RodNintendeaux - May-27-2017, 04:57 AM
RE: Dazed and confused... - by snippsat - May-27-2017, 05:31 AM
RE: Dazed and confused... - by sparkz_alot - May-27-2017, 01:24 PM
RE: Dazed and confused... - by RodNintendeaux - May-27-2017, 05:25 PM
RE: Dazed and confused... - by RodNintendeaux - May-27-2017, 08:02 PM
RE: Dazed and confused... - by Kebap - May-28-2017, 06:03 AM
RE: Dazed and confused... - by snippsat - May-27-2017, 08:51 PM
RE: Dazed and confused... - by sparkz_alot - May-27-2017, 10:21 PM
RE: Dazed and confused... - by snippsat - May-27-2017, 10:32 PM
RE: Dazed and confused... - by RodNintendeaux - May-28-2017, 03:41 AM
RE: Dazed and confused... - by sparkz_alot - May-28-2017, 01:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  String int confused janeik 7 1,149 Aug-02-2023, 01:26 AM
Last Post: deanhystad
  I am confused with the key and value thing james1019 3 1,011 Feb-22-2023, 10:43 PM
Last Post: deanhystad
  Pandas confused DPaul 6 2,635 Sep-19-2021, 06:45 AM
Last Post: DPaul
  is and '==' i'm confused hshivaraj 6 2,782 Sep-15-2021, 09:45 AM
Last Post: snippsat
  Confused with 'flags' tester_V 10 5,023 Apr-12-2021, 03:03 AM
Last Post: tester_V
  Simple Tic Tac Toe but I'm confused Izith 1 2,244 Sep-26-2020, 04:42 PM
Last Post: Larz60+
  I am really confused with this error. Runar 3 3,062 Sep-14-2020, 09:27 AM
Last Post: buran
  Confused on how to go about writing this or doing this... pythonforumuser 3 2,525 Feb-10-2020, 09:15 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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