Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As a workaround I found that adding:

if test -d /Library/TeX/texbin then export PATH=$PATH:/Library/TeX/texbin fi

There is probably a better way, but I could not find where /usr/texbin is set in the sage source.

Mike

As a workaround I found that adding:

if test -d /Library/TeX/texbin then /Library/TeX/texbin

then

    export PATH=$PATH:/Library/TeX/texbin

fi

There is probably a better way, but I could not find where /usr/texbin is set in the sage source.

Mike

click to hide/show revision 3
No.3 Revision

As a workaround I found that adding:

if test -d /Library/TeX/texbin

/Library/TeX/texbin then

then

     export PATH=$PATH:/Library/TeX/texbin

fi

fi

There is probably a better way, but I could not find where /usr/texbin is set in the sage source.

Mike