Python Forum
Python - install pip on embed version
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python - install pip on embed version
#1
hi,

i try to install pip on python 3.7.3, i run the script get-pip.py and installed succesfully but when i run python.exe pip is not reconize
Reply
#2
You can try on the command line:
pip
python -m pip
pip3
python3 -m pip
Reply


Forum Jump:

User Panel Messages

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