文章

conda 常用指令

創建環境

1
conda create -n ENVNAME python=x.x

刪除環境

1
conda remove -n ENVNAME --all
本文章以 CC BY 4.0 授權