python3.6
鏈接:https://pan.baidu.com/s/1rgQmnbjALEBMH8h_Ng_jCw
提取碼:he5r
安裝時把環境變量勾選上(否則cmd會無法python)
#######################################################################
sublime配置
Tools->Build System->Python
然後Sublime上直接Ctrl+b就可以運行
#######################################################################
C:\Users\Administrator\AppData\Roaming\pip\pip.ini加入:
[global]
timeout = 6000
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
如果無效,使用命令:
pip3 config set global.index-url https://pypi.douban.com/simple/
pip config set global.index-url https://pypi.douban.com/simple/
手動配置ini無效的時候是因為系統新裝,文件的後綴名顯示沒有打開,導致自己新建的文件可能無效。(此時可以用上面的命令來設置會比較順利)