当前位置:网站首页>PIP installation
PIP installation
2022-07-05 08:24:00 【Sharing master】
1. Download the latest PIP The installation files :http://pypi.python.org/pypi/pip#downloads
2. download pip-7.1.2.tar.gz (md5, pgp) When it's done , Unzip to a folder , use CMD The console enters the decompression directory
Enter the command python setup.py install
Once installed , We type it directly on the command line pip, It will also be displayed ‘pip’ Not an internal command , It's not a runnable program . Because we haven't added environment variables yet .
C:\Python27\Scripts
Common commands :
pip Upgrade yourself :
pip install --upgrade pip
Find and install :
Use search、install These two parameters .
Install to user directory :
pip install pkg_name --user
View installed Libraries :
pip list
Get expired libraries :
pip list --outdated
pip list --outdated | grep Jinja2
Show version and path
pip --version
get help
pip --help
upgrade pip
pip install -U pip
If there is a problem with this upgrade command , You can use the following command :
sudo easy_install --upgrade pip
Installation package
pip install SomePackage # The latest version pip install SomePackage==1.0.4 # Specify the version pip install 'SomePackage>=1.0.4' # Minimum version
For example, I want to install Django. With one of the following commands , Convenient and quick .
pip install Django==1.7
Upgrade package
pip install --upgrade SomePackage
Upgrade the specified package , By using ==, >=, <=, >, < To specify a version number .
Uninstall package
pip uninstall SomePackage
Search package
pip search SomePackage
Show installation package information
pip show
View the details of the specified package
pip show -f SomePackage
List installed packages
pip list
Check out upgradeable packages
pip list -o
matters needing attention
If Python2 and Python3 At the same time there is pip, The usage is as follows :
Python2:
python2 -m pip install XXX
Python3:
python3 -m pip install XXX
边栏推荐
- STM32 --- configuration of external interrupt
- Various types of questions judged by prime numbers within 100 (C language)
- Live555 RTSP audio and video streaming summary (II) modify RTSP server streaming URL address
- Example 007: copy data from one list to another list.
- [three tier architecture and JDBC summary]
- [cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl
- Example 008: 99 multiplication table
- Step motor generates S-curve upper computer
- Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
- STM32 single chip microcomputer - bit band operation
猜你喜欢
Example 001: the number combination has four numbers: 1, 2, 3, 4. How many three digits can be formed that are different from each other and have no duplicate numbers? How many are each?
![[trio basic from introduction to mastery tutorial XIV] trio realizes unit axis multi-color code capture](/img/c5/22c6148873508b9205972e1ad970a3.jpg)
[trio basic from introduction to mastery tutorial XIV] trio realizes unit axis multi-color code capture

如何写Cover Letter?

MySQL MHA high availability cluster

Array integration initialization (C language)

DCDC circuit - function of bootstrap capacitor

UE像素流,来颗“减肥药”吧!

FIO测试硬盘性能参数和实例详细总结(附源码)

Matlab2018b problem solving when installing embedded coder support package for stmicroelectronic

Example 007: copy data from one list to another list.
随机推荐
Soem EtherCAT source code analysis attachment 1 (establishment of communication operation environment)
MHA High available Cluster for MySQL
STM32 single chip microcomputer - bit band operation
【云原生 | 从零开始学Kubernetes】三、Kubernetes集群管理工具kubectl
[trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
Buildroot system for making raspberry pie cm3
Example 007: copy data from one list to another list.
Charge pump boost principle - this article will give you a simple understanding
STM32 --- configuration of external interrupt
实例004:这天第几天 输入某年某月某日,判断这一天是这一年的第几天?
MySQL之MHA高可用集群
[nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
C language # and #
Briefly talk about the identification protocol of mobile port -bc1.2
Sword finger offer 06 Print linked list from end to end
Live555 RTSP audio and video streaming summary (II) modify RTSP server streaming URL address
Management and use of DokuWiki (supplementary)
[trio basic tutorial 18 from introduction to proficiency] trio motion controller UDP fast exchange data communication
MySQL之MHA高可用集群
Google sitemap files for rails Projects - Google sitemap files for rails projects