当前位置:网站首页>PIP download only, not install
PIP download only, not install
2022-07-07 03:26:00 【Life is in a hurry】
First ,python -m pip Will use what you specify as python Of Python The interpreter executes pip. therefore ,/usr/bin/python3.7 -m pip Indicates that you are executing at /usr/bin/python3.7 Interpreter of pip
1、 Only download , Not to install
python -m pip download -d /home/packs setuptools==33.1.1 # download setuptools==33.1.1 modular , stay /home/packs Under the table of contents
2、 install
python -m pip install setuptools==33.1.1 # install setuptools==33.1.1 modular , Network environment is required
python -m pip install --no-index --find-links=/home/packs setuptools==33.1.1 # stay /home/packs find setuptools==33.1.1 Install the module package
echo 'setuptools==33.1.1' >requirements.txt # Select the third-party module to be installed
python -m pip install --no-index --find-links=/home/packs -r requirements.txt # adopt requirements.txt The name of it , stay /home/packs Find the corresponding module package to install
3、 uninstall
Version number can be added , Or not
python -m pip uninstall setuptools
边栏推荐
- Flink Task退出流程与Failover机制
- 腾讯云原生数据库TDSQL-C入选信通院《云原生产品目录》
- CVPR 2022 最佳论文候选 | PIP: 6个惯性传感器实现全身动捕和受力估计
- Household appliance industry under the "retail is king": what is the industry consensus?
- Jerry's broadcast has built-in flash prompt tone to control playback pause [chapter]
- 线性表的查找
- Starting from 1.5, build a micro Service Framework -- log tracking traceid
- leetcode
- 图形化工具打包YOLOv5,生成可执行文件EXE
- Flutter3.0, the applet is not only run across mobile applications
猜你喜欢

小程序能运行在自有App中,且实现直播和连麦?

Function reentry, function overloading and function rewriting are understood by yourself

代码质量管理

Experience design details

Sub pixel corner detection opencv cornersubpix

Under the tide of "going from virtual to real", Baidu AI Cloud is born from real

CVPR 2022 最佳论文候选 | PIP: 6个惯性传感器实现全身动捕和受力估计

树莓派设置wifi自动连接

上个厕所的功夫,就把定时任务的三种调度策略说得明明白白

Flutter3.0, the applet is not only run across mobile applications
随机推荐
树莓派设置静态ip
函数重入、函数重载、函数重写自己理解
Graphical tools package yolov5 and generate executable files exe
The first symposium on "quantum computing + application of financial technology" was successfully held in Beijing
Flink task exit process and failover mechanism
【无标题】
Jerry's RTC clock development [chapter]
Set static IP for raspberry pie
腾讯云原生数据库TDSQL-C入选信通院《云原生产品目录》
Ubuntu20 installation redisjson record
Do you know the five most prominent advantages of E-bidding?
CVPR 2022 best paper candidate | pip: six inertial sensors realize whole body dynamic capture and force estimation
Hazel engine learning (V)
Set WiFi automatic connection for raspberry pie
Create applet from 0
Lab1 configuration script
HDU 4337 King Arthur' S Knights it outputs a Hamiltonian circuit
unrecognized selector sent to instance 0x10b34e810
华为小米互“抄作业”
Open3d mesh filtering