Skip to content

Instantly share code, notes, and snippets.

@namiwang
Created June 12, 2020 07:19
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 namiwang/40bb4838eacf40d508312fdf716aa6b9 to your computer and use it in GitHub Desktop.
Save namiwang/40bb4838eacf40d508312fdf716aa6b9 to your computer and use it in GitHub Desktop.
ruby, gem, bundler without rvm in ubuntu
# 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