安装pip
2019獨角獸企業重金招聘Python工程師標準>>>
linux系統安裝pip:
? ? 1.下載get-pip.py
??? wget https://bootstrap.pypa.io/get-pip.py
??? 2.安裝pip
??? python get-pip.py
windows系統安裝pip,這里使用easy_install:
??? 1.首先在命令行切換到easy_install.exe所在的Script文件夾
??? 2.執行“easy_install pip”
???
出現如圖所示內容,表示pip已經安裝成功。
?
轉載于:https://my.oschina.net/u/2431775/blog/757315
總結
- 上一篇: phalcon: 缓存片段,文件缓存,m
- 下一篇: 四舍五入运算