最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Can not remove conda enviroment - Stack Overflow

programmeradmin2浏览0评论

I am doing some Udemy Data Science course and they use conda for everything and at one point, they wanted to install seaborn inside Jupyter. I couldn't understand that and wanted to really learn about the conda environments, so I want to delete the conda environment. I am following official conda docs. After using the command (env is the name of the environment I want to remove) conda remove --name env --all if I run the command conda info --envs, I get the following output

# conda environments:
#
base                   C:\Users\Asus\miniconda3
env_from_file          C:\Users\Asus\miniconda3\envs\env_from_file
                       D:\Udemy\Complete_AI_&_Machine_Learning_Data_Science_Bootcamp\env

So, its obvious that env was not removed. And I have done conda deactivate before doing these commands. I am on Windows machine. Please help.

I am doing some Udemy Data Science course and they use conda for everything and at one point, they wanted to install seaborn inside Jupyter. I couldn't understand that and wanted to really learn about the conda environments, so I want to delete the conda environment. I am following official conda docs. After using the command (env is the name of the environment I want to remove) conda remove --name env --all if I run the command conda info --envs, I get the following output

# conda environments:
#
base                   C:\Users\Asus\miniconda3
env_from_file          C:\Users\Asus\miniconda3\envs\env_from_file
                       D:\Udemy\Complete_AI_&_Machine_Learning_Data_Science_Bootcamp\env

So, its obvious that env was not removed. And I have done conda deactivate before doing these commands. I am on Windows machine. Please help.

Share Improve this question asked yesterday user9026user9026 9582 gold badges10 silver badges21 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Try an explicit path:

conda env remove --path D:\Udemy\Complete_AI_&_Machine_Learning_Data_Science_Bootcamp\env
发布评论

评论列表(0)

  1. 暂无评论