Skip to content

Instantly share code, notes, and snippets.

@casallas
Created January 18, 2014 19:56
Show Gist options
  • Save casallas/8495366 to your computer and use it in GitHub Desktop.
Save casallas/8495366 to your computer and use it in GitHub Desktop.
OS-X Modifications

Mavericks

gnutar

gnutar is no longer shipped with Mavericks, this may cause some issues, e.g. when running R devtools.Solution, based on this blogpost:

brew install gnu-tar
cd /usr/bin
sudo ln -s  `brew --prefix gnu-tar`/libexec/gnubin/tar /usr/bin/gnutar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment