On Tue, 30 Jul 2019 at 21:34, Simon King <[email protected]> wrote:
> Hi! > > I learned at Sage Days 100 how to post the code for my cohomology spkg > on github, and learned basics about travis-ci. > > Meanwhile I found out how to start a docker container and install the > prerequisites of my spkg. > > Current problem: How to launch the package's spkg-install? > > Of course(?) the spkg-install script is run in a sage shell, but > apparently this is not enough, as > sage -sh "/full/path/to/spkg-install" > fails because it cannot find sdh_make, sdh_die etc. > > So, what can I do to make the Sage distribution helpers (is that the > meaning of "sdh"?) available to spkg-install? just fix the PATH, no? It should include SAGE_ROOT/src/bin, SAGE_ROOT/build/bin, etc > > 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/qhq2jm%242pk6%241%40blaine.gmane.org > . > -- 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/CAAWYfq3v%3Ddzk2xjGQxfkfy-bjVDgXQyHi95DY90D__%2B56QVg-A%40mail.gmail.com.
