Created
April 6, 2013 00:06
-
-
Save mriddle/5323604 to your computer and use it in GitHub Desktop.
Possible fix for a successful install of Pow and Node via brew when using Xcode command line tools install and not the full install of Xcode
This file contains hidden or 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
exec { "Fix homebrew installing node issue": # https://github.com/mxcl/homebrew/issues/13337 | |
command => "xcode-select -switch /usr/bin", | |
user => "root" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment