Skip to content

Instantly share code, notes, and snippets.

@hanabokuro
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanabokuro/e5c3ea0812b909eec823 to your computer and use it in GitHub Desktop.
Save hanabokuro/e5c3ea0812b909eec823 to your computer and use it in GitHub Desktop.
install plenv
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'
@siroken3
Copy link

siroken3 commented Oct 2, 2014

まだ試していないのですが
/usr/local/plenv/plugins/per-lbuild

/usr/local/plenv/plugins/perl-build
の間違いだったり?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment