gpt4 book ai didi

python - 在 OS X 中设置 Python 路径

转载 作者:太空宇宙 更新时间:2023-11-04 01:21:35 25 4
gpt4 key购买 nike

我在 OS X Mavericks 中安装了一些 Python。

我搜索了所有包含“python2.7”的文件并删除了它们。现在我想指出我当前的 Python 版本,即 3.3.2。

当我输入 python 时,我得到了这个:

python: posix_spawn: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No such file or directory

我的 Python 安装文件夹如下所示:

enter image description here

我的 .bash_profile 文件中没有设置没有 Python 路径

Where can i change the current Version of Python?

编辑:我从哪里得到新版本的? sudo pyenv 安装 3.3.2

编辑:which python 的结果:

enter image description here

最佳答案

我不会从计算机中删除内置的 Python。有些应用程序使用 Python 2,因此删除它会破坏它们。我在安装 Python 2.7 的同时安装了 Python 3。

由于上述原因,将 2.7 版框架指向 3 版框架也不是一个好主意。这会造成不必要的困惑和困惑,很可能会导致问题。

您是否在此处检查了配置部分:

http://docs.python.org/3.3/using/mac.html

第 4.1.3 节提到需要更改环境变量以指向您希望成为默认版本的 Python 版本。

另外,下面是如何创建别名以使 Python 3 易于访问:

How to set Python's default version to 3.3 on OS X?

不要误会,但我会尝试在你做得太过分之前撤销你到目前为止所做的大部分事情。

关于python - 在 OS X 中设置 Python 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20806259/

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