Hi Dima, On 2019-07-30, Dima Pasechnik <[email protected]> wrote: > just fix the PATH, no? > > It should include SAGE_ROOT/src/bin, SAGE_ROOT/build/bin, etc
Apparently sage -sh is fixing the path: $ ~/Sage/git/sage/sage -sh -c 'echo $PATH' /home/king/Sage/git/sage/local/libexec/ccache:/home/king/Sage/git/sage/build/bin:/home/king/Sage/git/sage/src/bin:/home/king/Sage/git/sage/local/bin:/home/king/bin:/home/king/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin $ echo $PATH /home/king/bin:/home/king/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin If I understand correctly, the sdh_* thingies aren't executables (but I don't know what they are instead -- macros for the shell language?). I guess that's why the path is not enough. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/qhq7pp%245ut4%241%40blaine.gmane.org.
