Creating an anaconda environment

hi, is there a way to create an anaconda (>V3) for python 2.7 environment on the cluster?

Yes, specify the package version when installing:

mamba create -n myenv
mamba activate myenv
mamba install -c conda-forge python=2.7.15