[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
perlbrew [2016/05/03 13:55]
popel perlbrew now works also on atlas
perlbrew [2016/11/25 12:34] (current)
ufal
Line 108: Line 108:
   source /net/work/projects/perlbrew/init   source /net/work/projects/perlbrew/init
  
-(You probably have this in your ''~/.bashrc'', so you don't need to run it again.) This will issue some warnings because perlbrew is not installed, but it will set the variables PERLBREW_ROOT and PERLBREW_HOME, so the following installation goes to the shared directory (''/net/work/projects/perlbrew/$ARCHITECTURE'').+(You probably have this in your ''~/.bashrc'', so you don't need to run it again.) This will issue some warnings because perlbrew is not installed, but it will set the variables PERLBREW_ROOT and PERLBREW_HOME, so the following installation goes to the shared directory (''/net/work/projects/perlbrew/$ARCHITECTURE''). We need to source it once again below, so ''$PERLBREW_ROOT/etc/bashrc'' is sourced after perlbrew is installed.
  
   wget -O - http://install.perlbrew.pl | bash   wget -O - http://install.perlbrew.pl | bash
 +  source /net/work/projects/perlbrew/init
   perlbrew install-cpanm   perlbrew install-cpanm
  

[ Back to the navigation ] [ Back to the content ]