Skip to content

Instantly share code, notes, and snippets.

@rap1ds
Last active August 29, 2015 14:01
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 rap1ds/c72e3c736ef1bceb8353 to your computer and use it in GitHub Desktop.
Save rap1ds/c72e3c736ef1bceb8353 to your computer and use it in GitHub Desktop.
Mavericks update
I just updated to #mavericks, and here are notes (in case someone else is doing the update):
#mavericks
1. Terminal stopped working, might be because of ZSH. I had to go to Terminal -> Preferences -> Startup -> Shells open with: Command: /bin/zsh
2. Xcode needs to be updated to get RVM working. Update Xcode and run it once to finalize the update.
3. Remove all rubies `rvm list ; rvm remove ... ;`
4. Remove RVM `rvm implode`
5. Update brew `brew update`
6. Run `brew doctor` and resolve all issues
7. Install RVM `\curl -sSL https://get.rvm.io | bash -s -- --auto-dotfiles`
8. Install ruby 2.1.1
9. Reinstall MySQL and MySQL connector with brew
10. Do fresh bundle install after MySQL installation
11. brew uninstall imagemagick
12. brew uninstall libtool
13. brew install libtool --universal
14. brew install imagemagick
15. brew uninstall jpeg
16. brew install jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment