摘要: 安装python2.x和python3.x双版本之后怎么使用pip? 通过-m即可 python3 -m pip install django==1.11.28 python2 -m pip install django==1.11.7 阅读全文
posted @ 2020-06-08 14:05 默默扫地僧 阅读(321) 评论(0) 推荐(0) 编辑