Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created January 31, 2015 21:30
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 tengpeng/9d326aed843cb10dbeda to your computer and use it in GitHub Desktop.
Save tengpeng/9d326aed843cb10dbeda to your computer and use it in GitHub Desktop.
Uninstall Rev R on Mac OS
cd /Applications
sudo rm -rf "Revolution R Open".app
cd /Library/Frameworks
sudo rm -rf R.framework
sudo rm /usr/bin/R
sudo rm /usr/bin/Rscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment