Skip to content

Instantly share code, notes, and snippets.

@gabewb
Created October 10, 2013 01:31
Show Gist options
  • Save gabewb/6911597 to your computer and use it in GitHub Desktop.
Save gabewb/6911597 to your computer and use it in GitHub Desktop.
$ brew doctor
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
python3
$ brew link python3
Linking /usr/local/Cellar/python3/3.3.2... 0 symlinks created
$ brew uninstall python3
Uninstalling /usr/local/Cellar/python3/3.3.2...
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment