Helpful commands for AnacondaAn evolving list of helpful Anaconda commands.Create an environment using a specific version of PythonYou can create a virtual environment with a specific version of python this way:1 conda create -n myenv python=3.6