Created
June 12, 2020 07:19
-
-
Save namiwang/40bb4838eacf40d508312fdf716aa6b9 to your computer and use it in GitHub Desktop.
ruby, gem, bundler without rvm in ubuntu
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
# ruby | |
sudo apt install ruby ruby-dev | |
# env and path | |
export GEM_HOME=$HOME/.gem/ | |
PATH="/home/ubuntu/.gem/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment