pip安装临时用国内的源以及通过文件安装


事例:

豆瓣:

pip install django==1.11.21 -i https://pypi.douban.com/simple
清华:

-i https://pypi.tuna.tsinghua.edu.cn/simple

导出pip安装的所有的包:

pip freeze > piplist.txt

在新的环境中安装导出的包

pip install -r piplist.txt


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM