You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I get when I try to install flocker-0.3.0:
==> Installing flocker-0.3.0 from clusterhq/homebrew-tap
==> Downloading http://storage.googleapis.com/archive.clusterhq.com/downloads/fl
######################################################################## 100.0%
==> python setup.py install --prefix=/usr/local/Cellar/flocker-0.3.0/0.3.0 --ins
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/easy_install
Target /usr/local/bin/easy_install
is a symlink belonging to python. You can unlink it:
brew unlink python
To force the link and overwrite all conflicting files:
brew link --overwrite flocker-0.3.0
To list all files that would be deleted:
brew link --overwrite --dry-run flocker-0.3.0
Possible conflicting files are:
/usr/local/bin/easy_install -> /usr/local/Cellar/python/2.7.6/bin/easy_install
/usr/local/bin/easy_install-2.7 -> /usr/local/Cellar/python/2.7.6/bin/easy_install-2.7
/usr/local/lib/python2.7/site-packages/easy-install.pth
/usr/local/lib/python2.7/site-packages/setuptools.pth
/usr/local/lib/python2.7/site-packages/site.py
I see that /usr/local/Cellar/flocker-0.3.0/0.3.0/bin contains easy_install. Is it supposed to? I expect flocker not to conflict with existing Homebrew packages.
The text was updated successfully, but these errors were encountered:
This is what I get when I try to install flocker-0.3.0:
I see that /usr/local/Cellar/flocker-0.3.0/0.3.0/bin contains easy_install. Is it supposed to? I expect flocker not to conflict with existing Homebrew packages.
The text was updated successfully, but these errors were encountered: