python3在添加软链时报错如下

说是文件已经存在。

解决办法,加个f参数覆盖之前存在的文件
ln -sf /usr/local/python3/bin/python3 /usr/bin/python

解决。