-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
Follow-up on #19853.
If there's an existing root-owned texlive hierarchy, the current script tries to use it but fails with permission errors. Instead,
- it could use
tlmgr --usermode
to install into a user's~/texmf
, - or use SAGE_SUDO (If $SAGE_SUDO is set, use it whenever we do "make install" of a package. #21537) to install into the system texlive hierarchy,
- or use
tlmgr --usermode --usertree
into $SAGE_LOCAL and set environment variables so that the installed stuff is found.
Depends on #31529
CC: @vbraun
Component: packages: experimental
Reviewer: Michael Orlitzky
Issue created by migration from https://trac.sagemath.org/ticket/21922