Fork me on github

conda命令

删除虚拟环境

conda remove --name 环境名称 --all

查看虚拟环境

conda env list 

激活虚拟环境

 conda activate base   

创建虚拟环境

conda create -n flower_classifier python=3.8 -y

清理缓存

conda clean --all

 

posted @ 2025-05-16 20:57  我の前端日记  阅读(9)  评论(0)    收藏  举报
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes