file /usr/bin/python which python2 which python3 mv /usr/bin/python /usr/bin/python_bk ln -s /usr/bin/python3 /usr/bin/python python -V
將python默認環境python2改變為python3
sudo apt install python3-pip
安裝pip3
sudo apt install ipython
file /usr/bin/python which python2 which python3 mv /usr/bin/python /usr/bin/python_bk ln -s /usr/bin/python3 /usr/bin/python python -V
將python默認環境python2改變為python3
sudo apt install python3-pip
安裝pip3
sudo apt install ipython
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。