美文网首页
Linux 切换默认的 Python 版本

Linux 切换默认的 Python 版本

作者: 大大大老猫 | 来源:发表于2017-07-15 19:46 被阅读319次

    shell里执行:

    sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150

    sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100

    相关文章

      网友评论

          本文标题:Linux 切换默认的 Python 版本

          本文链接:https://www.haomeiwen.com/subject/txszhxtx.html