Skip to content

Instantly share code, notes, and snippets.

@yxkelan
Created July 15, 2013 01:41
Show Gist options
  • Save yxkelan/5996954 to your computer and use it in GitHub Desktop.
Save yxkelan/5996954 to your computer and use it in GitHub Desktop.
Install jekyll, error "No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path."
$ sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
$ sudo gem install jekyll
This happens because from about Xcode 4.2 Apple started distributing it as an app, downloadable from the App Store. Consequently, all tools are installed in the Applications/Xcode.app package
@mpchadwick
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment