Last active
September 30, 2016 19:00
-
-
Save christopher-baek/f8729102f2c6c7dc2a3c5d9e9b4ee729 to your computer and use it in GitHub Desktop.
Install rvm to Custom Directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ -s "${HOME}/.rvmrc" ] && . "${HOME}/.rvmrc" | |
[ -s "${rvm_path}/scripts/rvm" ] && . "${rvm_path}/scripts/rvm" | |
export PATH="${rvm_path}/bin:${PATH}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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