• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Rahul Bodana

Blogger, Programmer & Trader

  • Code
  • Charm
  • Money
  • Write
Home » Extras » How to Uninstall Python Package using PIP from Windows

How to Uninstall Python Package using PIP from Windows

June 13, 2020

Here in this Short, Simple, and Straightforward article, I am Going to show you How to Uninstall Python Package using PIP. If you don’t know How to Uninstall a Module that you installed or the Module that is already installed on your computer and you want to Uninstall that Package and don’t know How to do it, then you are in the Right Plac

Because in this Simple Step-by-step Guide you’ll learn How to use PIP to Uninstall a Package in Python.

In the previous post, you Learned How to Install Python Package using PyPI and PIP. But Honestly, there are more Package related tasks that you wanna perform.

For example, once you install and package then you realize that you no longer need it. What then you just let it be in your Computer memory forever, Even you never maybe need it? or you will take the steps to remove.

So in case if you want to remove the package in Python there is Command that will help you remove the unwanted Package one-by-one.

So let’s get started.

How to Uninstall Python Package using PIP?

Just follow the steps mentioned below –

  1. First, you have to Open up the Command prompt in your Windows Computer.
  2. Alternatively, you can use Powershell as well. The command is the same for both.
  3. You can Open CMD by Using run dialogue and Entering CMD in it.
  4. Once you Open CMD then you have to Enter the Following Command: “pip uninstall package”
  5. Type the command without ” ” and you also have to Replace package with the name of the Package that you want to remove.
  6. Once you Type the mentioned command and hit enter then you’ll notice the Uninstallation starts.
  7. Command prompts will ask you to Confirm the Uninstallation.
  8. You can Confirm the uninstallation by entering y and then hitting the Enter button.

Congrats!!! The Module that you want to Remove is removed from your PC Successfully.

… And that’s How to Uninstall Python Package on Windows Computer.

If you face any Difficulty/Problem During the process you can mention in the Comment section.

Share this:

  • Twitter
  • Facebook
  • Reddit
  • Pinterest
  • WhatsApp
  • More
  • Pocket
  • Telegram

Related Articles

Suggested Posts:

  • 10 Best Python Books For Intermediate Programmers
  • How to install Python Package using PIP & PYPI
  • 9 Best Python Books for Beginners to Learn Python from…
  • How to Install Anaconda on Windows Computer/Laptop/PC
  • How to Install Python on Windows 10/8/7 PC or Laptop
  • Best Python books for Advance Python Programmers
  • How to Add Python in environmental variables to Windows…

Posted in: Code, Extras

Primary Sidebar

Recent Articles

  • PHP Inheritance: Concept, Override method, Modify & Final keyword
  • PHP Access Modifiers: Types of Specifiers, How to Use with Examples
  • PHP Constructor and Destructor: How to Create in PHP With Examples
  • PHP Classes & Objects: How to Create Classes and Objects in PHP
  • PHP OOP: What is OOP in PHP, Why use, PHP Classes and Objects
  • Evolution of Computers: History, Timeline, Ancient & Modern Computing devices
  • Introduction to Computer: Definition, Need & Functions of Computer

Copyright © 2022 by Rahul Bodana