Linux下切換Python2和Python3的4種方法

轉自: http://www.javashuo.com/article/p-puhtrcax-cn.htmlpython

 

設置優先級.net

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100指針

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150blog

python就切換爲3.5了ip

使用如下命名查看優先級:get

sudo update-alternatives --config pythonpip

輸入選擇的指針編號切換當前python版本ast

更改了python版本,pip也會相應改變,以下圖所示:bfc

相關文章
相關標籤/搜索