Skip to content

Commit

Permalink
rbenv用設定追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoh1r committed May 8, 2012
1 parent 91ae419 commit abf67ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dots/.zsh.alias
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ export LC_CTYPE=${LANG}
export LC_MESSAGES=${LANG}
export LC_ALL=${LANG}
export PIP_DOWNLOAD_CACHE=~/.pip/cache
export PATH=${HOME}/local/bin:${PATH}

### for ruby
export PATH=${HOME}/local/bin:${PATH}
export PATH=${HOME}/local/lib/gems/1.8/bin:${PATH}
export PATH="${HOME}/.rbenv/bin:${PATH}"
eval "$(rbenv init -)"
#export PATH=${HOME}/local/lib/gems/1.8/bin:${PATH}
export RUBYOPT='-Ke -rkconv'
export RUBYLIB=${HOME}/local/lib:/usr/lib/ruby/1.8
export GEM_HOME=${HOME}/local/lib/gems/1.8
#export RUBYLIB=${HOME}/local/lib:/usr/lib/ruby/1.8
#export GEM_HOME=${HOME}/local/lib/gems/1.8

### for python
export VIRTUALENV_USE_DISTRIBUTE=true
Expand Down

0 comments on commit abf67ad

Please sign in to comment.