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
手机扫一扫
移动阅读更方便
你可能感兴趣的文章