About Python&Linux(转载)

About Python Record

Python pip、命令更改pip镜像源
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/

常见镜像源

http://pypi.douban.com/ # 豆瓣
http://pypi.hustunique.com/ # 华中理工大学
http://pypi.sdutlinux.org/ # 山东理工大学
http://pypi.mirrors.ustc.edu.cn/ # 中国科学技术大学
http://mirrors.aliyun.com/pypi/simple/ # 阿里云
https://pypi.tuna.tsinghua.edu.cn/simple/ # 清华大学

安装获取pip
python get-pip.py

更新升级pip

python -m pip install --upgrade pip

指定浏览器打开文件

p.svg “C:\Users\Public\Desktop\Google Chrome.lnk”

上一篇:The Truth About Threads(关于线程的真相 )


下一篇:2021-09-07