摘要: 如题 在创建环境之后,在该环境的文件夹中只有conda-meta和etc两个文件夹 变成这样的原因是在创建虚拟环境的时候只是执行了 conda create -n test 而正确的应该是执行 conda create -n test python 若指定python版本应该加上 conda cre 阅读全文
posted @ 2025-02-10 12:40 euphria 阅读(109) 评论(0) 推荐(0)