Skip to content

Instantly share code, notes, and snippets.

@armstrongnate
Created November 8, 2013 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armstrongnate/7377418 to your computer and use it in GitHub Desktop.
Save armstrongnate/7377418 to your computer and use it in GitHub Desktop.
instal ruby on mavericks with rbenv
# XCode 5 hides these away:
export C_INCLUDE_PATH="$(xcrun --show-sdk-path)/usr/include"
export CPLUS_INCLUDE_PATH="$(xcrun --show-sdk-path)/usr/include"
export LIBRARY_PATH="$(xcrun --show-sdk-path)/usr/lib:$(xcrun --show-sdk-path)/usr/lib/system:$LIBRARY_PATH"
and then you can do rbenv install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment