问题描述:

ln -s /usr/local/bin/python3.6 /usr/bin/python

Linux服务器报错:

ln: failed to create symbolic link ‘/usr/bin/python’: File exists

解决方法:

ln -sf /usr/local/bin/python3.6 /usr/bin/python

参考博客:https://blog.csdn.net/weixin_44065501/article/details/101478510

问题描述:

ln -s /usr/local/bin/python3.6 /usr/bin/python

Linux服务器报错:

ln: failed to create symbolic link ‘/usr/bin/python’: File exists

解决方法:

ln -sf /usr/local/bin/python3.6 /usr/bin/python

参考博客:https://blog.csdn.net/weixin_44065501/article/details/101478510

相关文章:

  • 2021-12-31
  • 2022-02-13
  • 2022-12-23
  • 2022-02-07
  • 2022-02-14
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案