conda creates environment in .conda and not anaconda3 code example
Example 1: how to see all the environments in Conda
conda env list
Example 2: conda create environment from file
conda env create -f environment.yml
conda env list
conda env create -f environment.yml