Skip to content

Instantly share code, notes, and snippets.

@QuinnyPig
Created November 20, 2013 15:39
Show Gist options
  • Save QuinnyPig/7565188 to your computer and use it in GitHub Desktop.
Save QuinnyPig/7565188 to your computer and use it in GitHub Desktop.
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