gpt4 book ai didi

python - 在 OSX 10.8.4 上卸载 Python 2.7

转载 作者:太空狗 更新时间:2023-10-30 01:59:09 25 4
gpt4 key购买 nike

主要问题:我最近安装了 Python3.3 - 如果我现在在终端中运行:python script.py(其中 script.py 在版本 3.3 中编码)我将获得 python 2.7 输出,例如:

print('String',Var) --> ('String',Var) 
Instead of:
print('String, Var) --> String Var

如何使用 Macport 轻松卸载 Python 2.7(无需阅读 Shell 命令(时间限制)?) This one didn't worked.

第二个(较小的)问题:如果我在终端 python 中输入,我将得到 python2.7 idle 作为输出。我该如何更改它,以便命令 python 引用 python3.3(而不是使用命令 python3)

(关于我:Python2.7 新手,完全没有 Shell 知识,OS X 10.8.4 用户,安装了 Xcode 和 Macport。)

最佳答案

卸载预安装的 python 版本是个坏主意。更好的办法是在 bashrc/bash_profile 中将 python 别名为任何你想要的别名。

在您的主目录中,又名 ~,您可能已经有一个 .bash_profile(如果您没有,也可以创建一个)。您可以使用您最喜欢的文本编辑器对其进行编辑,并添加 alias python='python3' 或者您在 bash 中键入 python 时想要调用的任何内容。

(FWIW Homebrew 是新热点,您可能也想研究一下)

关于python - 在 OSX 10.8.4 上卸载 Python 2.7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18488619/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com