安装python

1. ubautu系统

sudo apt-get install python2.7
sudo apt-get install python3

 

卸装

sudo apt-get remove python3

卸载Python3.6及其依赖

sudo apt-get remove --auto-remove python3.6

 

3. 将python命令映射到python3

sudo apt install python-is-python3

 

posted @ 2023-04-25 19:24  得好好活  阅读(17)  评论(0)    收藏  举报