Created
August 18, 2013 21:59
-
-
Save NZKoz/6264236 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Koz-Prostyle-2:local michaelkoziarski$ brew upgrade git | |
==> Upgrading 1 outdated package, with result: | |
git 1.8.3.4 | |
==> Upgrading git | |
git: No `python` found in your PATH! Consider to `brew install python`. | |
Error: An unsatisfied requirement failed this build. | |
Koz-Prostyle-2:local michaelkoziarski$ python | |
Python 2.7 (r27:82500, Jul 30 2010, 09:55:50) | |
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> | |
Koz-Prostyle-2:local michaelkoziarski$ brew install python | |
Error: python-2.7 already installed | |
To install this version, first `brew unlink python' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this same problem. Some detective work revealed weirdness (even with a correct PATH):
Yeah, weird.
I'm not sure how it got FUBAR like that in the first place, which is troubling, but everything seems to be working nicely for now.