Python Forum

Full Version: Python - install pip on embed version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
You can try on the command line:
pip
python -m pip
pip3
python3 -m pip