Created
March 11, 2014 02:29
-
-
Save ytnobody/9478385 to your computer and use it in GitHub Desktop.
Perl入学式向け環境構築ツール for Linux
This file contains hidden or 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
#!/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