diff --git "a/\346\267\261\345\272\246\345\255\246\344\271\240\346\212\200\346\234\257/anaconda/conda\345\270\270\347\224\250\345\221\275\344\273\244" "b/\346\267\261\345\272\246\345\255\246\344\271\240\346\212\200\346\234\257/anaconda/conda\345\270\270\347\224\250\345\221\275\344\273\244" index 896e733a44bc35c09ea4649c5df9d05b18185bb9..e462672b7f31f515ca7b834fb19f48cf7267d861 100644 --- "a/\346\267\261\345\272\246\345\255\246\344\271\240\346\212\200\346\234\257/anaconda/conda\345\270\270\347\224\250\345\221\275\344\273\244" +++ "b/\346\267\261\345\272\246\345\255\246\344\271\240\346\212\200\346\234\257/anaconda/conda\345\270\270\347\224\250\345\221\275\344\273\244" @@ -10,6 +10,9 @@ conda create --n clone conda create --n clone conda remove -n +# 删除环境 +conda remove -n --all + # 可以用各种conda命令管理虚拟环境下的API conda install -c <库的链接> # 从指定链接安装库 conda update # 更新库