Code/Linux

[Conda] 가상환경 생성, 삭제

이성훈 Ethan 2023. 8. 18. 21:38
conda create -n [가상환경 이름] python=[파이썬 버전]
conda remove --name [가상환경 이름] --all