Skip to content

Instantly share code, notes, and snippets.

@DarrylDias
Last active August 29, 2015 13:56
Show Gist options
  • Save DarrylDias/8882932 to your computer and use it in GitHub Desktop.
Save DarrylDias/8882932 to your computer and use it in GitHub Desktop.
Ruby 2.1 export environment. [Arch Linux]
PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment