linux——更新软连接

更新软连接

删除当前软连接
rm python
设置软连接
ln -s 目标source python

结果:
python -> 目标source

原文地址:https://www.cnblogs.com/pythonwl/p/14178262.html