Skip to content

Instantly share code, notes, and snippets.

@davidolrik
Created December 9, 2014 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidolrik/816ea62575d7c710c6ac to your computer and use it in GitHub Desktop.
Save davidolrik/816ea62575d7c710c6ac to your computer and use it in GitHub Desktop.
:installplenv
git clone https://github.com/tokuhirom/plenv.git ~/.plenv && \
git clone https://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build/ && \
git clone https://github.com/miyagawa/plenv-contrib.git ~/.plenv/plugins/plenv-contrib/ && \
echo 'export PATH="$HOME/.plenv/bin:$PATH"' >> ~/__profile__ && \
echo 'eval "$(plenv init -)"' >> ~/__profile__ && \
source ~/__profile__ && \
plenv install --list | head -1 && plenv install --list | grep -vi rc | tail -30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment