Conda has two different python binarys (python and python3) with the same version for a single environment. Why?

31 views Asked by At

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.

0

There are 0 answers