我有一个Python脚本,我希望能够从Finder或水银最低大惊小怪的运行。 不幸的是,运行不使用终端无法找到我的库脚本的任何方式。
例如,在运行
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