Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/112cc35c381cf407c38362ce0b1c7332 to your computer and use it in GitHub Desktop.
Save christopher-baek/112cc35c381cf407c38362ce0b1c7332 to your computer and use it in GitHub Desktop.
Install Perlbrew to Custom Directory
# install and set default
perlbrew install perl-5.16.0
perlbrew switch perl-5.16.0
perlbrew switch-off
# 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