As shown below, within the mqst environment, there are two different python binary files: python and python3. But they have the same version, being 3.12. If I do
which python
I get the python file path. And I will get the python3 file path if I do
which python3
Does anyone knows why this is the case? directory photo containing both python files
This doesn't affect my workflow. But I am just curious.