How to Upgrade PIP in Windows.

 

How to Upgrade PIP in Windows



In this short tutorial, you’ll see the full steps to upgrade PIP in Windows from scratch.

In order to upgrade PIP in Windows, you’ll need to open the Windows Command Prompt, and then type/copy the command below. 

Note that the following method would only work if you already added Python to Windows path

python -m pip install --upgrade pip

Other pip Commands

Check the version of PIP in Windows

pip --version

Downgrade PIP to a previous version

python -m pip install pip==21.1.3
Previous Post Next Post