当你遇到“deactivate and run conda remove again”这个错误提示时,这通常意味着你正在尝试删除当前激活的conda环境或包,而conda不允许你直接删除正在使用的环境或包。为了解决这个问题,你需要按照以下步骤操作: 1. 停止或取消激活当前conda环境 首先,你需要确保你不是在尝试删除的环境中操作。这通常意味着你需要从当...
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...
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...
messages only appear when switching between conda environments and deactivating. I don't get the clangxx message on deactivation, but get the same gfortran message again. I get no message when first initiating a conda environment from a terminal window that does not have a conda environment curre...