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

2021-01-03 Thread Matthias Koeppe
On Sunday, January 3, 2021 at 2:12:14 AM UTC-8 roteg...@gmail.com wrote: > I am posting config.log. >From the log: configure:31101: no suitable system package found for SPKG xz ... ## Checking whether SageMath should install SPKG python3... configure:31215: checking whether any of libpng

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