我想用我的 Mac 学习 Python。
现在想设置一个>=3.1.3的Python版本,因为我的学习资料都是用这个版本的。
输入python终端结果版本 2.6.1,使用 python.org上的 dmg 安装程序对终端中的 python 版本没有影响,但它与自己的 shell 捆绑在Applications/Python 3.1/Idle.app
我应该使用这个 shell 来学习还是有更好的方法,更新与雪豹捆绑在一起的 Python 版本?
我已经尝试过defaults write com.apple.versioner.python Version 3.1.3或defaults write com.apple.versioner.python Version 3.0没有任何结果。