I try install python v3.12 in a conda env; however, when I typed python in the terminal, it only opens that python2.7 that is shared on a HPC.
I try python -V. it shows /usr/bin/python2.7.
I checked whereis python
, it shows both python2.7 and .conda/envs/testing/bin/python3.12