Re: [sage-devel] Re: Error building package python3-3.8.5, back to step 0

2021-02-26 Thread Dima Pasechnik
On Thu, Feb 25, 2021 at 10:20 PM brettpim wrote: > > I am having a similar problem. I have pulled the master branch from git and > I when run > > # ./configure > > it finishes with > > configure: notice: the following SPKGs did not find equivalent system > packages: boost cbc coxeter3 gp2c isl

Re: [sage-devel] Re: Error building package python3-3.8.5, back to step 0

2021-01-03 Thread Dima Pasechnik
There is a way to configure Sage to use any Python3, e.g. to use python3.8 (assuming this is how your Python 3.8 executable is called) ./configure --with-python=python3.8 (and then of course you'd have to rebuild all the python packages of Sage) Needless to say, modifying /usr/bin/python3 is not