[ 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/05/22 18:48]
zeman perlbrew off
perlbrew [2014/05/22 19:24]
popel
Line 11: Line 11:
   eval "$(bash-complete setup)"   eval "$(bash-complete setup)"
  
-The second line is optional, but it enables [[https://metacpan.org/pod/Bash::Completion|Bash Completion]] for [[http://perlbrew.pl/|perlbrew]], [[https://metacpan.org/pod/App::cpanminus|cpanm]] and treex.+The second line is optional, but it enables [[https://metacpan.org/pod/Bash::Completion|Bash Completion]] for [[http://perlbrew.pl/|perlbrew]], [[https://metacpan.org/pod/App::cpanminus|cpanm]] and treex (if the respective ''Bash::Completion::Plugins::XY'' modules are installed). 
 +Make sure you have deleted (commented out) the old setup_platform setup (''source /net/work/projects/perl_repo/admin/bin/setup_platform'') from your ''~/.bashrc''.
  
 ===== How to use Perlbrew ===== ===== How to use Perlbrew =====
Line 18: Line 19:
   perlbrew switch perl-5.16.3 # use this perl version permanently   perlbrew switch perl-5.16.3 # use this perl version permanently
   perlbrew off                # return to the system installation of perl   perlbrew off                # return to the system installation of perl
 +
 +You can read [[https://metacpan.org/pod/distribution/App-perlbrew/bin/perlbrew|the full Perlbrew documentation]] (but it should not be needed).
  
 ===== How to install missing modules from CPAN ===== ===== How to install missing modules from CPAN =====

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