
Aug. 13, 2023
4:16 a.m.
On 2023-08-12 14:30 Jan Gregorczyk <jnk.gregorczyk@gmail.com> wrote:
Will make install work properly with both python3.10 and python3.11 installed?
Thanks for reporting back. The "make" script will use the operating systems default Python instance. E.g. in Debian it is /usr/bin/python3, on other systems (not supporting Python2 anymore) it might be /usr/bin/python
I have multiple versions of python on installed my system.
This isn't a good idea. If you have a good reason to use multiple Python versions you should isolate them in a virtual environment, a Virtual Machine or Docker container. It might be the case that you have installed the BIT build dependencies for a Python version/instance different from that used by the "make" script.