How to uninstall python plugin

pip is a Python package management tool, which provides functions for searching, downloading, installing, and uninstalling Python packages.

Install plugin using pip

sudopip3installnumpy

If it is python2, use pip directly

Uninstall

sudopip3uninstallnumpy
  1. upgrade
sudopip3install-Unumpy

Knowledge point expansion:

Install python package using pip

Different versions: add python version number -m in front

Such as: python3 -m pip install Django==1.10.7

command:

pip install SomePackage # latest version
pipinstall SomePackage==1.0.4 # specificversion
pipinstall 'SomePackage =1.0.4' #minimum version

pip view installed packages

Command: pip show packagename

Function: View the specified installation package information

Command: pip list

Function: List all installation packages

pip detection update

Command: pip list –outdated

pip upgrade package

Command: pip install –upgrade packagename

pip uninstall package

Command: pip uninstall packagename

So far this article on how to uninstall python plug-in is introduced. For more related python plug-in how to uninstall content, please search for previous articles on ZaLou.Cn or continue to browse related articles below. Hope you will support ZaLou.Cn more in the future!

Recommended Posts

How to uninstall python plugin
How to comment python code
How to learn python quickly
How to understand python objects
How to use python tuples
python how to view webpage code
How to write python configuration file
How to wrap in python code
How to save the python program
How to omit parentheses in Python
How to install Python 3.8 on CentOS 8
How to install Python 3.8 on Ubuntu 18.04
How to write classes in python
How to filter numbers in python
How to read Excel in Python
How to install Python on CentOS 8
How to solve python dict garbled
How to view errors in python
How to uninstall software on Ubuntu
How to write return in python
How to view the python module
How to understand variables in Python
How to clear variables in python
How to understand python object-oriented programming
How to use SQLite in Python
How to verify successful installation of python
How to make a globe with Python
How to use and and or in Python
How to delete cache files in python
How to introduce third-party modules in Python
How to represent null values in python
How to save text files in python
How to use PYTHON to crawl news articles
How to write win programs in python
How to run id function in python
How to install third-party modules in Python
How to custom catch errors in python
01. Introduction to Python
How to write try statement in python
How to define private attributes in Python
R&D: How To Install Python 3 on CentOS 7
How to add custom modules in Python
How to process excel table with python
How to understand global variables in Python
How to view installed modules in python
How to install Python2 on Ubuntu20.04 ubuntu/focal64
How to debug python program using repr
How to learn the Python time module
How to open python in different systems
How to sort a dictionary in python
How to get started quickly with Python
How to enter python triple quotation marks
Introduction to Python
How to add background music in python
How to represent relative path in python
How to convert web pages to PDF with Python
How to use the zip function in Python
How to program based on interfaces in Python
How to simulate gravity in a Python game
How to use the format function in python
How to play happily with Python3 on Ubuntu