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

Read this tutorial http://web.archive.org/web/20051028110253/http://tachyon.perlmonk.org/tutorials/behind_the_gui_lives_the_shell.htm

Replies are listed 'Best First'.
Re^11: PDL installation problem
by halligalli (Novice) on Jun 24, 2011 at 11:33 UTC
    thanks for the link, but i think this wont help me to solve my problems as soon as possible.... ...i tried it as you described: <code> bash-3.00$ export PERL_MB_OPT=--install_base /usr/local/lib/perl5 bash: export: `/usr/local/lib/perl5': not a valid identifier <?code> ???

      thanks for the link, but i think this wont help me to solve my problems as soon as possible....

      Neither will I, sorry :)

      Try
      export "PERL_MB_OPT=--install_base /usr/local/lib/perl5"