Welcome to the study wiki!
conda create -n 가상환경명 python=버.전
conda env list
conda env remove -n 가상환경명
conda activate 가상환경명
conda deactivate