File: local-lib-rc

package info (click to toggle)
libperl5i-perl 2.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 944 kB
  • ctags: 350
  • sloc: perl: 6,250; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Write to $HOME/.local-lib-rc and then add
# "source ~/.local-lib-rc" to $HOME/.bashrc
export PERL_MB_OPT="--install_base $HOME/perl5"
export PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"
export PERL5LIB="$HOME/perl5/lib/perl5/i386-linux:$HOME/perl5/lib/perl5"
export PATH="$HOME/perl5/bin:$PATH"