gpt4 book ai didi

python - 更改 Mac OS 下除终端以外的应用程序的 Python 路径

转载 作者:太空宇宙 更新时间:2023-11-03 18:33:36 29 4
gpt4 key购买 nike

我有一个 Python 脚本,我希望能够从 Finder 或 Quicksilver 轻松运行该脚本。不幸的是,任何不使用终端运行脚本的方法都无法找到我的库。

例如,运行

do shell script "~/anaconda/bin/python -c 'import sys; print len(sys.path)'"

来自 Applescript 的值为 13,但正在运行

~/anaconda/bin/python -c 'import sys; print len(sys.path)'

从终端给出 15。这让我认为 .bash_profile 可能不是修改 Python 路径的最佳位置。有没有办法对 Python 路径进行更改,从而影响终端和其他所有内容?如果是这样,这是修改 Python 路径的首选方法吗?

这是我的设置的一些版本信息:

Python 2.7.6 |Anaconda 1.8.0 (x86_64)| (default, Nov 11 2013, 10:49:09) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin

最佳答案

可以设置环境变量PYTHONPATH 。现在,我不是 Mac 用户,但根据一些研究,我想说你必须修改 ~/.MacOSX/environment.plist ,如下所述:https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/EnvironmentVars.html#//apple_ref/doc/uid/20002093-BCIJIJBH

关于python - 更改 Mac OS 下除终端以外的应用程序的 Python 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21971324/

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