[ 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 Both sides next revision
perlbrew [2014/08/11 15:55]
popel
perlbrew [2014/08/11 15:56]
popel
Line 101: Line 101:
 ===== How to install Perlbrew for a new architecture =====  ===== How to install Perlbrew for a new architecture ===== 
  
- 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 
- perlbrew install-cpanm+  perlbrew install-cpanm
  
 That's all! Now, install some perl, as described [[perlbrew#how-to-install-new-perl-version|above]]. That's all! Now, install some perl, as described [[perlbrew#how-to-install-new-perl-version|above]].
  
- perlbrew available +  perlbrew available 
- perlbrew install -j 4 perl-5.18.2 +  perlbrew install -j 4 perl-5.18.2 
- # If this fails as mentioned above, finish the installation with something like +  # If this fails as mentioned above, finish the installation with something like 
- # cd /net/work/projects/perlbrew/Ubuntu/14.04/x86_64/build/perl-5.18.2; make install +  # cd /net/work/projects/perlbrew/Ubuntu/14.04/x86_64/build/perl-5.18.2; make install 
- perlbrew switch perl-5.18.2+  perlbrew switch perl-5.18.2
  

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