Fork me on github
摘要: 删除虚拟环境 conda remove --name 环境名称 --all 查看虚拟环境 conda env list 激活虚拟环境 conda activate base 创建虚拟环境 conda create -n flower_classifier python=3.8 -y 清理缓存 con 阅读全文
posted @ 2025-05-16 20:57 我の前端日记 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-05-16 10:08 我の前端日记 阅读(12) 评论(0) 推荐(0)
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes