create conda env ith python and ibraries code example
Example 1: conda env
conda create -n myenv python=3.6
Example 2: how to see all the environments in Conda
conda env list
conda create -n myenv python=3.6
conda env list