parm530
11/8/2018 - 5:48 PM

Personal Setup

Clean install and removal of brew

Brew Removal

  • In terminal:
    • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

Brew Install

  • In terminal:
    • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ install)"

RVM Removal

  • In terminal:
    • rvm implode
    • remove /Users/kishansahadeo/.rvm
    • remove also: /etc/rvmrc & ~/.rvmrc
    • Check all .bashrc, .bash_profile, .profile, .zshrc, mkshrc, .zlogin for all rvm lines and remove them
    • run brew prune before uninstalling brew!

RVM Install

  • In terminal:
    • \curl -sSL https://get.rvm.io | bash
  • Install a ruby rvm install 2.3.1