$ conda -V
$ conda update conda
$ conda search "^python$"
$ conda create -n yourenvname python=x.x [anaconda]
# anaconda is optional option when given installs anaconda packages
$ conda activate yourenvname
$ conda install -n yourenvname [package]
$ conda remove -n yourenvname --all