美文网首页
mac python2.7/3.5同时存在 终端默认选中pyth

mac python2.7/3.5同时存在 终端默认选中pyth

作者: 樱落e_e | 来源:发表于2017-08-06 17:42 被阅读38次

    mac下同时存在Python2.7和Python3.5  打开终端默认选择Python3.5 步骤

    1、终端打开.bash_profile文件

    open ~/.bash_profile

    2、更改.bash_profile文件

    增加一行:alias python="/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5"

    注:特别注意双引号问题   效果图如下

    3、重新编译.bash_profile文件

    source .bash_profile

    4、再次查看Python版本

    python

    相关文章

      网友评论

          本文标题:mac python2.7/3.5同时存在 终端默认选中pyth

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