[sage-devel] Re: venv changes require update to installation guide

2022-01-02 Thread Matthias Koeppe
I have opened https://trac.sagemath.org/ticket/33111 for this On Sunday, January 2, 2022 at 9:59:17 AM UTC-8 Nils Bruin wrote: > I just noticed that 9.5beta9 (perhaps earlier already?) requires changes > to the installation guide: > > In > https://doc.sagemath.org/html/en/installation/launching

[sage-devel] venv changes require update to installation guide

2022-01-02 Thread Nils Bruin
I just noticed that 9.5beta9 (perhaps earlier already?) requires changes to the installation guide: In https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existing-jupyter-notebook-or-jupyterlab-installation some explicit paths are mentioned

[sage-devel] Re: Source Build Fails on GCC-10

2022-01-02 Thread jorda...@gmail.com
Here is the code that finally worked. The user on the Ubuntu 20.04 box is "nuker". Replace paths and user names as appropriate. - This method will install a new sage python environment that will show up in our anaconda-navigator called sage-pyenv. We should never seen to touch

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-02 Thread Samuel Lelievre
2021-12-29 04:12 UTC, Advay Goel on sage-devel: > > Hi All, > > I use macOS Big Sur Version 11.1, and need to use > the LRS Library for a project: > > def getVolume(self,eng='lrs'): > """ needs Sage 5.9 for 'lrs' engine """ > return self.poly.volume(engine=eng)*factorial(self.poly.dim()) >