Bug#948212: Solution to the bug : one-liner change

2020-01-16 Thread Julien Puydt
Hi, Le jeudi 16 janvier 2020 à 11:57 -0500, John Scott a écrit : > On Thu, 16 Jan 2020 17:36:21 +0100 Julien Puydt < > julien.pu...@laposte.net> > wrote: > > I fixed the brial package which was the culprit for the missing > > symbols, and can confirm that what is needed is only : > > > > modify

Bug#948212: Solution to the bug : one-liner change

2020-01-16 Thread Julien Puydt
Hi, I fixed the brial package which was the culprit for the missing symbols, and can confirm that what is needed is only : modify env.py so SAGE_SCRIPTS_DIR points to /usr/share/sagemath/bin after that, "from sage import *" works with Python 3.7. See #949023 for the case of Python 3.8. JP