2 回答

TA貢獻1812條經驗 獲得超5個贊
我在EPD和Anaconda Python上都遇到了同樣的問題。由于我發現Homebrew Python無法進行數值分析,因此我不得不放棄Homebrew軟件包管理器,因為它幾乎沒有支持。請參閱我在2013年9月25日發表的帖子。
帶有自制軟件和EPD 7.3-2(64位)的os x山獅玩起來不太好
Last login: Tue Sep 24 05:28:30 on ttys004
~ ??? echo $PATH
/Users/mlb/.rbenv/shims:/usr/local/bin:/usr/local/sbin:
/Library/Frameworks/EPD64.framework/Versions/Current/bin:
/usr/bin:/bin:/usr/sbin:/sbin
~ ??? which python
/Library/Frameworks/EPD64.framework/Versions/Current/bin/python
~ ??? python --version
Python 2.7.3 -- EPD 7.3-2 (64-bit)
~ ??? brew doctor
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/EPD64.framework/Versions/Current/bin/gdal-config
/Library/Frameworks/EPD64.framework/Versions/Current/bin/python-config
/Library/Frameworks/EPD64.framework/Versions/Current/bin/python2-config
/Library/Frameworks/EPD64.framework/Versions/Current/bin/python2.7-config
/Library/Frameworks/EPD64.framework/Versions/Current/bin/xml2-config
/Library/Frameworks/EPD64.framework/Versions/Current/bin/xslt-config
Warning: Enthought Python was found in your PATH.
This can cause build problems, as this software installs its own
copies of iconv and libxml2 into directories that are picked up by
other build systems.
.zprofile
---------
# Setting PATH for epd-7.3-2-macosx-x86_64
export EPDPATH="/Library/Frameworks/EPD64.framework/Versions/Current"
export PATH="$EPDPATH/bin:${PATH}"
export PYTHONPATH="$EPDPATH/lib/python2.7/site-packages"
添加回答
舉報