anaconda create new environment cmd code example
Example 1: create new environment anaconda windows
conda create --name envname
Example 2: anaconda create new environment
conda create -n myenv python=3.6
conda create --name envname
conda create -n myenv python=3.6