Last active
August 29, 2015 14:07
-
-
Save hanabokuro/e5c3ea0812b909eec823 to your computer and use it in GitHub Desktop.
install plenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo git clone https://github.com/tokuhirom/plenv.git /usr/local/plenv | |
sudo mkdir /usr/local/plenv/plugins | |
sudo git clone https://github.com/tokuhirom/Perl-Build.git /usr/local/plenv/plugins/perl-build | |
sudo sh -c 'PLENV_ROOT=/usr/local/plenv PATH="$PLENV_ROOT/bin/:$PLENV_ROOT/shims:$PATH" plenv install 5.18.2' | |
sudo sh -c 'PLENV_ROOT=/usr/local/plenv PATH="$PLENV_ROOT/bin/:$PLENV_ROOT/shims:$PATH" plenv install 5.20.1' | |
sudo sh -c 'PLENV_ROOT=/usr/local/plenv PATH="$PLENV_ROOT/bin/:$PLENV_ROOT/shims:$PATH" plenv install-cpanm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
まだ試していないのですが
/usr/local/plenv/plugins/per-lbuild
は
/usr/local/plenv/plugins/perl-build
の間違いだったり?