in reply to Re^6: PDL installation problem
in thread PDL installation problem

how can i desinstall or cancel this local::lib stuff????

Undo what you did.

What did you do? Do you know? You edited .bashrc, you appended stuff to it

Append this instead

export PERL5LIB=/home/user/stuff/lib/perl5

export PERL_MB_OPT=--install_base /home/user/stuff

export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff

Replies are listed 'Best First'.
Re^8: PDL installation problem
by halligalli (Novice) on Jun 24, 2011 at 10:57 UTC
    Sorry, I dont understand what you mean with
    export PERL5LIB=/home/user/stuff/lib/perl5 export PERL_MB_OPT=--install_base /home/user/stuff export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff
    regards J.
      What do you think I mean?
      which path should i add? usr/local/lib? where the original perl is installed? I dont understand why its not possible to kill this compiling process to avoid that each time, if someone opens a shell, there is an error message...and how can i find/change the bshrnc ??? i think i am lost at the moment...