Skip to content

Instantly share code, notes, and snippets.

@christopher-baek
Last active September 30, 2016 19:00
Show Gist options
  • Save christopher-baek/f8729102f2c6c7dc2a3c5d9e9b4ee729 to your computer and use it in GitHub Desktop.
Save christopher-baek/f8729102f2c6c7dc2a3c5d9e9b4ee729 to your computer and use it in GitHub Desktop.
Install rvm to Custom Directory
[ -s "${HOME}/.rvmrc" ] && . "${HOME}/.rvmrc"
[ -s "${rvm_path}/scripts/rvm" ] && . "${rvm_path}/scripts/rvm"
export PATH="${rvm_path}/bin:${PATH}"
export rvm_path=${HOME}/.local/opt/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment