On Thursday, March 30, 2023 at 4:46:04 AM UTC+8 Matthias Koeppe wrote:
On Wednesday, March 29, 2023 at 1:33:07 PM UTC-7 Nils Bruin wrote: On Wednesday, 29 March 2023 at 13:06:25 UTC-7 Matthias Koeppe wrote: On Tuesday, March 28, 2023 at 10:18:23 PM UTC-7 Nils Bruin wrote: [...] leads me to believe that it's probably nor possible to install pynormaliz via "make" in a binary distribution. If you install Sage from a binary distribution, then there is no relation whatsoever to a source tree of Sage. right ... with "make" it's indeed pretty clear that it's hard to find the place where you could even run this. With "sage -i" some idle hope was raised that that would still work in a binary distribution. If it doesn't (and/or if it never did) then that would be an extra reason to deprecate it. It is currently still provided: $ sage --help ... Sage-the-distribution options: --optional -- list all optional packages that can be installed --experimental -- list all experimental packages that can be installed --info [packages] -- print the SPKG.txt or SPKG.rst of the given packages, and some additional information. -i [packages] -- install the given Sage packages This part of the help comes from build/bin/sage-site. Usually in binary distributions, this is not present. On which distribution do you see this? The latest git version compile by myself also has the above information: werner@X10DAi:~$ sage --help | head -1 SageMath version 10.0.beta7, Release Date: 2023-04-01 werner@X10DAi:~$ sage --help | tail -6 Sage-the-distribution options: --optional -- list all optional packages that can be installed --experimental -- list all experimental packages that can be installed --info [packages] -- print the SPKG.txt or SPKG.rst of the given packages, and some additional information. -i [packages] -- install the given Sage packages -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/90a7b452-f2b3-4832-8571-3d5591c47b09n%40googlegroups.com.