Skip to content

Instantly share code, notes, and snippets.

@ttanimichi
Created February 3, 2014 15:51
Show Gist options
  • Save ttanimichi/8786436 to your computer and use it in GitHub Desktop.
Save ttanimichi/8786436 to your computer and use it in GitHub Desktop.
#パスの設定
PATH=$HOME/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0:$PATH
export MANPATH=/usr/local/share/man:/usr/local/man:/usr/share/man
export PATH="$HOME/.rbenv/bin:$PATH"
export PATH=$PATH:/usr/local/share/npm/bin
export PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment