Created
May 24, 2017 15:44
-
-
Save rhizoome/e36480731424249851d5cb4fe527a2b3 to your computer and use it in GitHub Desktop.
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
export PATH="$HOME/perl5/bin:$PATH" | |
export PERL5LIB="/home/ganwell/perl5/lib/perl5:$PERL5LIB" | |
export PERL_LOCAL_LIB_ROOT="/home/ganwell/perl5:$PERL_LOCAL_LIB_ROOT" | |
export PERL_MB_OPT="--install_base \"/home/ganwell/perl5\"" | |
export PERL_MM_OPT="INSTALL_BASE=/home/ganwell/perl5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment