Created
November 20, 2013 15:39
-
-
Save QuinnyPig/7565188 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
Coreys-Mac:~ cquinn$ tree /Library/Developer/CommandLineTools | |
-bash: tree: command not found | |
Coreys-Mac:~ cquinn$ # Dammit mistym! | |
Coreys-Mac:~ cquinn$ find /Library/Developer/CommandLineTools | |
find: /Library/Developer/CommandLineTools: No such file or directory | |
Coreys-Mac:~ cquinn$ /usr/bin/clang --version | |
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo. | |
Coreys-Mac:~ cquinn$ /usr/sbin/pkgutil --pkg-info com.apple.pkg.CLTools_Executables | |
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. | |
Coreys-Mac:~ cquinn$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment