如何使用brew安装的Python作为默认Python?

我尝试在Mac OS X 10.6.2上切换到Homebrew(在使用fink和macport之后).我安装了python 2.7

brew install python 

问题是,与Macport相反,似乎没有python_select实用程序,我的认mac python总是认的

which python

给我吗

/usr/bin/python

和/usr/bin/python不是符号链接

我怎样才能使python brew风格成为我的认python?

解决方法:

当您使用Homebrew时,以下命令可以提供更好的图片

brew doctor

输出

==> /usr/bin occurs before /usr/local/bin This means that system-provided programs will be used instead of those provided by
Homebrew. This is an issue if you eg. brew installed Python.

Consider editing your .bash_profile to put: /usr/local/bin ahead of
/usr/bin in your $PATH.

相关文章

最近做自动化测试时,深感自己对前端涉猎太少,加上对这块比...
homebrew本身就是一个git仓库。使用homebrew安装软件包时,会...
一、Homebrew安装、卸载等命令Homebrew的安装和卸载都非常简...
在mac系统中,使用homebrew可以很方便的管理包。按照官网的说...
我按照说明从这里使用brew安装mysqlhttps://gist.github.com...
我在macOS10.12.4上安装了nginx1.10.3和php5.5.38作为开发服...