Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created September 1, 2010 01:43
Show Gist options
  • Save ingydotnet/560096 to your computer and use it in GitHub Desktop.
Save ingydotnet/560096 to your computer and use it in GitHub Desktop.
> perlbrew off
> which perl
/usr/local/bin/perl
> perl -V
...
@INC:
/usr/local/lib/perl5/5.10.0/darwin-2level
/usr/local/lib/perl5/5.10.0
/usr/local/lib/perl5/site_perl/5.10.0/darwin-2level
/usr/local/lib/perl5/site_perl/5.10.0
.
> perlbrew switch perl-5.10.1
> which perl
/Users/ingy/perl5/perlbrew/bin/perl
> perl -V
@INC:
/usr/local/lib/perl5/5.10.0/darwin-2level
/usr/local/lib/perl5/5.10.0
/usr/local/lib/perl5/site_perl/5.10.0/darwin-2level
/usr/local/lib/perl5/site_perl/5.10.0
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment