MacBook-Air:~ Peter$ brew install python --host
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
==> Installing dependencies for python: sqlite, gdbm, makedepend
==> Installing python dependency: sqlite
==> Downloading https://sqlite.org/2015/sqlite-autoconf-3081101.tar.gz
Already downloaded: /Library/Caches/Homebrew/sqlite-3.8.11.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sqlite/3.8.11.1 --enable-dynamic-exte
checking for suffix of executables...
READ THIS: https://git.io/brew-troubleshooting
--host
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
Mac本身就自带Python,但是版本有点低。我的Mac上是Python2.7. 然后我是在Python官网上下载了Python安装包PKG安装的。
虽说无论开头还是结尾都已经说了不支持吧2333。。。。。
不过用uname -m看一下平台,然后configure的时候加上host参数试一下?(--host=你的平台
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。