How To Install Pypi Package
Pip (recursive acronym for "Pip Installs Packages" or "Pip Installs Python") is a cantankerous-platform package manager for installing and managing Python packages (which can be found in the Python Package Index (PyPI)) that comes with Python 2 >=2.7.9 or Python 3 >=3.iv binaries that are downloaded from python.org.
Suggested Read: How to Install Latest Python three.6 Version in Linux
In this commodity, we volition explain how to install PIP on mainstream Linux distributions.
Note: We volition run all commands as the root user, if you lot are managing your organisation every bit a normal user, then apply the sudo command to become root privileges or you can as well configure your organization to run sudo command without entering a password, information technology's possible. Attempt it out!
Install PIP in Linux Systems
To install pip in Linux, run the appropriate command for your distribution as follows:
Install PIP On Debian/Ubuntu
# apt install python-pip #python two # apt install python3-pip #python 3
Install PIP On CentOS and RHEL
Unluckily, pip is not packaged in official software repositories of CentOS/RHEL. Then you demand to enable the EPEL repository and then install it like this.
# yum install epel-release # yum install python-pip
Install PIP on Fedora
# dnf install python-pip #Python ii # dnf install python3 #Python three
Install PIP on Arch Linux
# pacman -S python2-pip #Python 2 # pacman -S python-pip #Python 3
Install PIP on openSUSE
# zypper install python-pip #Python 2 # zypper install python3-pip #Python 3
How to Utilize PIP in Linux Systems
To install, uninstall or search new packages, use these commands.
# pip install packageName # pip uninstall packageName # pip search packageName
To come across a list of all commands type:
# pip help
Sample Output
Usage: pip <control> [options] Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. listing List installed packages. show Show information nigh installed packages. check Verify installed packages take compatible dependencies. search Search PyPI for packages. wheel Build wheels from your requirements. hash Compute hashes of packet archives. completion A helper command used for control completion. aid Bear witness help for commands.
You may also similar to read these following related manufactures about Python.
- Dive Deep Into Python Vs Perl Debate – What Should I Acquire Python or Perl?
- Getting Started with Python Programming and Scripting in Linux
- How to Use Python 'SimpleHTTPServer' to Create Webserver or Serve Files Instantly
- Python-mode – A Vim Plugin to Develop Python Applications in Vim Editor
In this article, we showed you how to install PIP on mainstream Linux distributions. To ask any questions relating to this topic, please take advantage of the feedback form below.
If You Appreciate What We Do Hither On TecMint, You Should Consider:
TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.
If you similar what you are reading, please consider ownership us a java ( or 2 ) as a token of appreciation.
We are thankful for your never ending support.
Source: https://www.tecmint.com/install-pip-in-linux/
Posted by: zepedaandeight.blogspot.com
0 Response to "How To Install Pypi Package"
Post a Comment