当你在使用conda时遇到错误“cannot remove current environment. deactivate and run conda remove again”,这通常意味着你正在尝试删除当前激活的conda环境。以下是如何解决这个问题的步骤,分点说明: 1. 停止当前conda环境 首先,你需要确保你不是在尝试删除的环境中操作。这通常意味着你需要从当前激活的环境中退出。你...
I would like add that there is an active need for this, at least in my workflow: its needed to extend conda environments to work seamlessly with non-conda packages located outside of the environment directory - in my case, c/c++ libraries and third-party binaries. I know this is a work...
Running conda activate myenv properly adds /mypath to PATH, but conda deactivate doesn't remove /mypath from PATH. Something must be modifying the PATH variable after the deactivate script is run (if I source it manually, it works fine). I think it would make sense if the custom deactiva...