标签:修改 csdn 参考 article 新建 net ref tail bin
ubuntu18.04下默认带的是python3.6,但是因为需求需要升级为python3.7
sudo apt install python3.7
python3 --> python3.6
为 python3 -->3.7
cd /usr/bin
ls -l | grep python
sudo rm /usr/bin/python3
sudo ln -s python3.7 python3
参考: https://blog.csdn.net/yiyu3344/article/details/90102410
标签:修改 csdn 参考 article 新建 net ref tail bin
原文地址:https://www.cnblogs.com/unixcs/p/13097937.html