Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Created May 2, 2012 23:57
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 thewoolleyman/2582032 to your computer and use it in GitHub Desktop.
Save thewoolleyman/2582032 to your computer and use it in GitHub Desktop.
xcode_homebrew_rvm_upgrade.md

Xcode Ruby Upgrade

  • App Store - install xcode

    • xcode preferences - downloads - Command line tools
  • backup and recreate homebrew

      sudo mv /usr/local /usr/local.bak
      sudo mkdir /usr/local
      sudo chown $USER /usr/local
    
  • mv ~/.rvm ~/.rvm.bak

  • homebrew packages

      $ brew list -1
      cmake
      git
      imagemagick
      jasper
      jpeg
      libtiff
      libxml2
      libyaml
      little-cms
      mysql
      nmap
      node
      openssl
      pidof
      qt
      readline
      wget
    
  • reinstall homebrew

      brew install \
      cmake        \
      git          \
      imagemagick  \
      jasper       \
      jpeg         \
      libtiff      \
      libxml2      \
      libyaml      \
      little-cms   \
      mysql        \
      nmap         \
      node         \
      openssl      \
      pidof        \
      qt           \
      readline     \
      wget        
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment