Skip to content

Instantly share code, notes, and snippets.

@ravensnowbird
Created September 27, 2014 12:19
Show Gist options
  • Save ravensnowbird/df20bfe7a741a003bf1d to your computer and use it in GitHub Desktop.
Save ravensnowbird/df20bfe7a741a003bf1d to your computer and use it in GitHub Desktop.
bashrc and bashprofile for ruby deployment
export GEM_HOME=$HOME/gem
export RUBYLIB=$HOME/lib
export PATH=$PATH/bin:$PATH
PATH=$PATH:$HOME/.local/bin:$GEM_HOME/bin:$RUBYLIB:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment