Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to upgrade and downgrade PIP on Windows

Posted on 14/03/202003/10/2023 IT Expert By IT Expert No Comments on How to upgrade and downgrade PIP on Windows
  1. Home
  2. Windows
  3. How to upgrade and downgrade PIP on Windows
upgrade PIP Windows

Pip is a module or package management system used to install and manage software packages found in the Python Package Index. PIP is written in Python and it allows you to install and manage additional packages that are not part of the Python standard library. Furthermore, PIP connects to an online repository of public and paid-for private packages, called the Python Package Index. Most distributions of Python come with pip preinstalled. Package management is so important that pip has been included with the Python installer since versions 3.4 for Python 3 and 2.7.9 for Python 2, and many Python projects use it.

See the following related articles: How to install Ansible on Windows with Cygwin, how to install AWS CLI (Command-line Interface) on Windows, how to install Kerberos packages with Cygwin on Windows, how to view installed packages in Cygwin in Windows, and how to determine Cygwin version in Windows. The most common usage of pip is to install from the Python Package Index using a requirement specifier.

Note: PIP is a replacement for easy install. Here are the steps to upgrade and downgrade PIP.

Upgrade PIP: Run the following command below to upgrade the Pip to version to 20.0.2 from 19.2.3

python -m pip install --upgrade pip
downgrade PIP Windows

See the version of installed PIP, run the command below                

$ pip --version
pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7)

Downgrade PIP: The version you wish to downgrade to needs to be specified as shown below.

$ python -m pip install pip==19.2

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, Python, Windows 10

Post navigation

Previous Post: Various Ansible Authentication Options
Next Post: What to note when settings up Ansible to work with Kerberos

Related Posts

  • chocolatey
    Windows Package Manager: How to install, upgrade or uninstall Chocolatey Windows
  • tsx
    Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found Windows
  • Task Scheduler Greyed Out
    How to fix Task Scheduler Service Greyed Out in Service MMC Windows
  • Fix this file came from another computer and might be blocked error
    File Came From Another Computer And Might be Blocked Error Windows
  • Enable autologon and autostart for user session
    Enable Autologon and Autostart for user session Windows
  • screenshot 2020 02 07 at 21.56.50
    Setup Kiosk Mode on Windows 10 with AD User Account Windows

More Related Articles

chocolatey Windows Package Manager: How to install, upgrade or uninstall Chocolatey Windows
tsx Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found Windows
Task Scheduler Greyed Out How to fix Task Scheduler Service Greyed Out in Service MMC Windows
Fix this file came from another computer and might be blocked error File Came From Another Computer And Might be Blocked Error Windows
Enable autologon and autostart for user session Enable Autologon and Autostart for user session Windows
screenshot 2020 02 07 at 21.56.50 Setup Kiosk Mode on Windows 10 with AD User Account Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Azure subscription role assignment
    Fix Users must have at least permission on these subscriptions AWS/Azure/OpenShift
  • dfg
    DISM failed with error 0x800f081f: Source file could not be found Windows Server
  • TeamPass Password manager
    Install and configure TeamPass Password Manager Password Manager
  • original
    Error 0x800710E0: Operator or Administrator has refused request Windows Server
  • image 37
    There was an error opening the Trusted Platform Module snap-in: You do not have permission to open the Trusted Platform Module Console Windows
  • How to setup a new computer without a Microsoft account
    How To Setup A New Computer Without A Microsoft Account on Windows 11 Windows
  • ETWindows
    An Overview of Event Tracing for Windows Windows
  • Screenshot 2020 05 14 at 19.08.33
    Backup image to TFTP server Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,780 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.