Relative Content

Tag Archive for pythonconda

python in conda env is not execute

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.

Conda environment don’t use the corresponding python

I have created an environment by anaconda and installed python in it. But when I want to use python in the environment, it runs the python which is the default python of my computer, not the conda’s python. To see this, I run: