create new environment in anaconda with python code example
Example 1: conda create environment python 3.6
conda create -n myenv python=x.x
Example 2: anaconda create environment python version
conda create -n myenv python=3.6
Example 3: conda list environments
conda info --envs