[OS X TeX] TeXLive 2008 tlmgr - can't locate TeXLive/TLPOBJ.pm
Nick Bell
mail at nickbell.org
Tue Nov 18 19:38:14 CET 2008
Peter Dyballa wrote:
>
> Am 18.11.2008 um 14:32 schrieb Nick Bell:
>
>> MacBook:~ nick$ tlmgr
>> Can't locate TeXLive/TLPOBJ.pm in @INC (@INC contains: //tlpkg
>> /sw/lib/perl5 /sw/lib/perl5/darwin
>
> Try to put Fink's /sw paths to the end of $PATH or $path.
Thanks, that worked fine.
What I did was hack the init.sh script which is called from .profile
when a Leopard Terminal session is started:
# setup fink related paths. we assume that the fink directories exists.
if [ -z "$PATH" ]; then
PATH=/usr/texbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin
else
prepend_path PATH /usr/texbin:/sw/bin:/sw/sbin
fi
export PATH
This makes sure that /usr/texbin is always ahead of /sw/.
Thanks also to Robert Koch for his reply off list.
Nick
More information about the macostex-archives
mailing list