Python Forum
Python - install pip on embed version - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Python - install pip on embed version (/thread-18337.html)



Python - install pip on embed version - glardz - May-13-2019

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


RE: Python - install pip on embed version - heiner55 - May-18-2019

You can try on the command line:
pip
python -m pip
pip3
python3 -m pip