[Bug 1960459] Re: Sage cannot be launched if `python3` does not point to system interpreter

2022-05-04 Thread James Gerity
Looking at this again, I believe this bug may have been fixed (or at least mitigated) in Sage 9.1, which introduced some changes to the `sage` entrypoint around the `exec` commands I identified in my original report. More specifically the changes introduced by this commit: https://github.com/sagema

[Bug 1960459] [NEW] Sage cannot be launched if `python3` does not point to system interpreter

2022-02-09 Thread James Gerity
Public bug reported: ## Expected behavior: Running `sage` after installing the `sagemath` command starts Sage, even if `python3` resolves somewhere other than `/usr/bin/python3` (examples of when it doesn't: virtual environments, use of the conda package manager, pyenv) ## Actual behavior: ```