http://www.perlmonks.org?node_id=967712


in reply to PERL5LIB resets in a new terminal window

Unless you've changed it, the default shell in Lion is bash. So to set PERL5LIB, just fireup Terminal.app and vi .bashrc and add this line to it

PERL5LIB=/src/ensembl/modules:/src/ensembl-compara/modules:/src/ensemb +l-variation/modules:/src/ensembl-functgenomics/modules

Now everytime you open a terminal (or tab) your environment should have PERL5LIB set.

-derby

Replies are listed 'Best First'.
Re^2: PERL5LIB resets in a new terminal window
by colicab (Initiate) on Apr 29, 2012 at 15:23 UTC
    Hi. Thanks a lot for all the feedback. I did as derby proposed is it works now. It's seems its the .profile instead of the .bashrc file I had to edit.

    Thanks Monks :-)

      Unless you've changed your shell in the Terminal.app preferences, either would have been fine. OS X is mostly BSD Unix underneath. Something like 90% of the tutorials and solutions online for Linux will apply and you can get that even higher by learning how to use MacPorts to install non-standard/missing tools.

      hii dear... I am facing the similar problem and getting the same error like cannot locate at @INC. Please help me.