Last active
June 14, 2016 20:42
-
-
Save christopher-baek/112cc35c381cf407c38362ce0b1c7332 to your computer and use it in GitHub Desktop.
Install Perlbrew to Custom Directory
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
# install and set default | |
perlbrew install perl-5.16.0 | |
perlbrew switch perl-5.16.0 |
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
perlbrew switch-off |
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
# Set install directory | |
export PERLBREW_ROOT="~/.local/opt/perlbrew" | |
# Download and install | |
curl -L http://install.perlbrew.pl | bash | |
#wget -O - http://install.perlbrew.pl | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment