Origin
I have been busy doing things for my friends during this period. I have been busy for a long time and I haven’t written a blog for a long time. I made two things, one is an automatic email sending script, and the other is data processing software. Among them, when making data processing software, non-Python system libraries were used, which are two third-party libraries, pandas and numpy. In fact, pandas includes numpy. I didn’t understand it at first, but later I found that after installing numpy from the source code, I installed pandas. I couldn't install it, so I checked it out. Then I uninstalled numpy, then used a Python package manager to manage third-party packages, and downloaded this series of third-party packages. Unfortunately, I just have time now, so I would like to introduce this package manager to you.
pip is currently the most popular Python package management tool. It is used as a replacement for easy_install, but there are still a large number of functions built on setuptools.
Installation
Official website installation introduction: https://pip.pypa.io/en/latest/installing/
The official website introduces it in detail, I will use it here again Install it the old version way~
What I am introducing here is the installation of Python pip under CentOS. In order to maintain the versatility of the platform, I use the source code to install pip.
cd to the directory where you want to download pip, personal suggestion
# cd /usr/local/src
#wget "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz
# tar -xzvf pip-1.5.4.tar.gz # cd pip-1.5.4# python setup.py install
How do I install it? I am also a person who saves trouble~
Use the following command to install in CentOS
#python -m pip install --upgrade pip
or
#yum install python-pip
It all depends on your preference~
Use
pip to install a third-party package
# pip install SomePackage
column Check out the installed packages
# pip list
View the details of the installed packages
# pip show --files SomePackage
pip upgrade package
# pip install --upgrade SomePackage
pip uninstall package
pip uninstall SomePackage
OK, this is the end of the Python package manager pip. Indeed, it is very short. , but it’s very useful~
The above is the detailed content of Installation and use of Python package manager pip. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于Seaborn的相关问题,包括了数据可视化处理的散点图、折线图、条形图等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于进程池与进程锁的相关问题,包括进程池的创建模块,进程池函数等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于简历筛选的相关问题,包括了定义 ReadDoc 类用以读取 word 文件以及定义 search_word 函数用以筛选的相关内容,下面一起来看一下,希望对大家有帮助。

VS Code的确是一款非常热门、有强大用户基础的一款开发工具。本文给大家介绍一下10款高效、好用的插件,能够让原本单薄的VS Code如虎添翼,开发效率顿时提升到一个新的阶段。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于数据类型之字符串、数字的相关问题,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Python的相关知识,其中主要介绍了关于numpy模块的相关问题,Numpy是Numerical Python extensions的缩写,字面意思是Python数值计算扩展,下面一起来看一下,希望对大家有帮助。

pythn的中文意思是巨蟒、蟒蛇。1989年圣诞节期间,Guido van Rossum在家闲的没事干,为了跟朋友庆祝圣诞节,决定发明一种全新的脚本语言。他很喜欢一个肥皂剧叫Monty Python,所以便把这门语言叫做python。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
