Skip to content

Instantly share code, notes, and snippets.

@ytnobody
Created March 11, 2014 02:29
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 ytnobody/9478385 to your computer and use it in GitHub Desktop.
Save ytnobody/9478385 to your computer and use it in GitHub Desktop.
Perl入学式向け環境構築ツール for Linux
#!/bin/sh
curl -L http://is.gd/plenvsetup | sh
. ~/.bash_profile
plenv install 5.18.1
plenv global 5.18.1
plenv install-cpanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment