[ 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/05/21 01:27]
popel
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 17: Line 18:
   perlbrew use perl-5.16.3    # use one of these perls for the current shell   perlbrew use perl-5.16.3    # use one of these perls for the current shell
   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
 +
 +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 ]