[ 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
Next revision
Previous revision
Next revision Both sides next revision
perlbrew [2014/08/11 15:56]
popel
perlbrew [2014/11/07 14:58]
popel
Line 17: Line 17:
  
   export PERL5LIB=""   export PERL5LIB=""
 +
 +To finish the Perlbrew environment setup, run (in a new bash session)
 +
 +  perlbrew switch perl-5.18.2
  
  
Line 103: Line 107:
   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'').
  
   wget -O - http://install.perlbrew.pl | bash   wget -O - http://install.perlbrew.pl | bash

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