码迷,mamicode.com
首页 > 其他好文 > 详细

如何利用pip命令安装包和模块

时间:2020-05-05 11:00:01      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:script   request   sts   集成   python3   进入   利用   mirrors   yun   

python 3 安装完成已经集成了pip

安装requests
进入到Scripts目录
G:\python3>cd Scripts

G:\python3\Scripts>pip install requtestsG:\python3>cd Scripts

G:\python3\Scripts>pip install requtests

pip install -i https://mirrors.aliyun.com/pypi/simple/ requests
python -3 -m pip install --upgrade pip

当需要python2的pip时,只需
py -2 -m pip install xxx
当需要python3的pip时,只需
py -3 -m pip install xxx

py -2 表示电脑上面安装了两个版本的python ,指定使用python2

py -3 表示指定使用python 3

 

如何利用pip命令安装包和模块

标签:script   request   sts   集成   python3   进入   利用   mirrors   yun   

原文地址:https://www.cnblogs.com/51testing/p/12829566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!