Skip to content

Instantly share code, notes, and snippets.

@youpy
Created March 31, 2012 00:17
Show Gist options
  • Save youpy/2258106 to your computer and use it in GitHub Desktop.
Save youpy/2258106 to your computer and use it in GitHub Desktop.
installing perl on local
curl -L http://cpanmin.us | perl - -l ~/local/perl5 App::cpanminus local::lib
echo 'eval `perl -I ~/local/perl5/lib/perl5 -Mlocal::lib=~/local/perl5`' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment