gpt4 book ai didi

python "bad interpreter"错误

转载 作者:太空狗 更新时间:2023-10-29 17:16:08 26 4
gpt4 key购买 nike

对于 python 2 和 3,一​​切似乎都工作得很好:

$ which Python
/Library/Frameworks/Python.framework/Versions/2.7/bin/python

$ python --version
Python 2.7.9

$ python2
Python 2.7.9 (v2.7.9:648dcafa7e5f, Dec 10 2014, 10:10:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

$ python3
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

我的 .bash_profile 设置如下:

PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH

PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
export PATH

问题:

$ virtualenv My_Env
-bash: /usr/local/bin/virtualenv: /usr/local/opt/python3/bin/python3.4: bad interpreter: No such file or directory

以上路径不存在。我直接从 python 站点下载了我的 python 包,并使用默认设置安装。

在此之前,我使用的是用HomeBrew安装的Python,但是这个路径怎么看都不是brew文件路径。

底线...我的文件路径在我的 .bash_profile 之外的其他地方搞砸了,我不知道去哪里修复它。


另请注意,我使用完全相同的 .bash_profile 和 python 安装设置了我的另一台计算机,它运行完美......

两者都运行 Mac Yosemite。

提前致谢!

最佳答案

好的,我能够通过全新安装 virtualenv 来解决问题。我假设那是路径问题所在的地方(在 virtualenv 安装的某个地方)。

关于 python "bad interpreter"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29737732/

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