conda making new environment code example
Example 1: conda create environment from file
conda env create -f environment.yml
Example 2: new env in conda
conda create --name myenv
conda env create -f environment.yml
conda create --name myenv