conda env create --fileconda env create --file python= code example
Example 1: conda create environment from file
conda env create -f environment.yml
Example 2: conda create new env
conda create -n
NAME
python=3.8
conda env create -f environment.yml
conda create -n
NAME
python=3.8