当前位置:网站首页>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
边栏推荐
- Make (convert) ICO Icon
- Another million qubits! Israel optical quantum start-up company completed $15million financing
- CMB's written test - quantitative relationship
- 函数重入、函数重载、函数重写自己理解
- Don't you know the relationship between JSP and servlet?
- Jerry's broadcast has built-in flash prompt tone to control playback pause [chapter]
- 从0开始创建小程序
- Install torch 0.4.1
- [cpk-ra6m4 development board environment construction based on RT thread studio]
- 19.(arcgis api for js篇)arcgis api for js线采集(SketchViewModel)
猜你喜欢
Flink task exit process and failover mechanism
Don't you know the relationship between JSP and servlet?
Code quality management
“去虚向实”大潮下,百度智能云向实而生
HMS core machine learning service creates a new "sound" state of simultaneous interpreting translation, and AI makes international exchanges smoother
杰理之播内置 flash 提示音控制播放暂停【篇】
从0开始创建小程序
VHDL实现任意大小矩阵加法运算
美国空军研究实验室《探索深度学习系统的脆弱性和稳健性》2022年最新85页技术报告
When you go to the toilet, you can clearly explain the three Scheduling Strategies of scheduled tasks
随机推荐
亚像素级角点检测Opencv-cornerSubPix
Codeforces round 264 (Div. 2) C gargari and Bishop [violence]
The latest 2022 review of "small sample deep learning image recognition"
Function reentry, function overloading and function rewriting are understood by yourself
Cocos2d-x Box2D物理引擎编译设置
About Confidence Intervals
Jerry's RTC clock development [chapter]
What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
2022 information security engineer examination outline
CVPR 2022 最佳论文候选 | PIP: 6个惯性传感器实现全身动捕和受力估计
HDU 4337 King Arthur's Knights 它输出一个哈密顿电路
Not All Points Are Equal Learning Highly Efficient Point-based Detectors for 3D LiDAR Point
Make (convert) ICO Icon
【安全的办公和生产力应用程序】上海道宁为您提供ONLYOFFICE下载、试用、教程
装饰设计企业网站管理系统源码(含手机版源码)
【无标题】
校招行测笔试-数量关系
Set WiFi automatic connection for raspberry pie
树莓派设置wifi自动连接
Jerry's ble exiting Bluetooth mode card machine [chapter]