Pip.exe from Python on Windows 10

Pip.exe from Python on Windows 10

You can use python -m pip install package

Worked for me in windows 10, make sure that you have added python in path of system environment variable. If you are able to run python from powershell then it means python is added to your path. After that you may try using following to upgrade pip

python -m pip install -U pip

Pip.exe from Python on Windows 10

Leave a Reply

Your email address will not be published. Required fields are marked *