First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 8 years ago

mhfrey gravatar image

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

click to hide/show revision 2
No.2 Revision

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

updated 8 years ago

kcrisman gravatar image

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