At the command line create your new environment, here called “mypython3” but you can call it what you wish:
conda create -n mypython3 python=3
To activate the environment:
source activate mypython3
https://salishsea-meopar-docs.readthedocs.io/en/latest/work_env/python3_conda_environment.html