Skip to content

Commit

Permalink
Update xxenv_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Oct 11, 2017
1 parent cbf9c6c commit f02c312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xxenv_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ ! -d ~/.rbenv ]; then
eval "$(rbenv init -)"

# ruby required libssl-dev libreadline6-dev libncurses5-dev libsqlite3-dev
rbenv install 2.2.1
rbenv global 2.2.1
rbenv install 2.4.2 --keep
rbenv global 2.4.2
rbenv rehash
fi

Expand All @@ -29,8 +29,8 @@ if [ ! -d ~/.plenv ]; then
export PATH="$HOME/.plenv/bin:$PATH"
eval "$(plenv init -)"

plenv install 5.21.9 -DDEBUGGING=-g --build-dir=~/.plenv/build
plenv global 5.21.9
plenv install 5.26.1 -DDEBUGGING=-g --build-dir=~/.plenv/build
plenv global 5.26.1
plenv install-cpanm
plenv rehash
fi

0 comments on commit f02c312

Please sign in to comment.