Skip to content

Instantly share code, notes, and snippets.

@keynslug
Created December 17, 2021 11:47
Show Gist options
  • Save keynslug/0a36c1f40a4dc114ee8470644cb9cc85 to your computer and use it in GitHub Desktop.
Save keynslug/0a36c1f40a4dc114ee8470644cb9cc85 to your computer and use it in GitHub Desktop.
set -x -a PATH "/home/keynslug/perl5/bin" $PATH
set -x -a PERL5LIB "/home/keynslug/perl5/lib/perl5" $PERL5LIB
set -x -a PERL_LOCAL_LIB_ROOT "/home/keynslug/perl5" $PERL_LOCAL_LIB_ROOT
set -x PERL_MB_OPT "--install_base \"/home/keynslug/perl5\""
set -x PERL_MM_OPT "INSTALL_BASE=/home/keynslug/perl5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment