Answers for "pip not in python 2.7"

3

python pip not working

Correct command:
python -m pip install modulename
Alternative(if it doesn't work):
py.exe -m pip install modulename
Posted by: Guest on June-11-2020
2

pip not found

python -m ensurepip

##possibly the best way to autmatically install pip, if it is not found
Posted by: Guest on April-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language