Conda create a new environment conda create -n myenv python=3.7 delete an environment conda env remove --name myenv show environments conda env list