不可以。conda config --set auto_activate_base false命令修改的是conda的配置文件(通常是.condarc),用于控制conda是否自动激活base环境。 而conda init --reverse $shell命令撤销的是conda在shell启动时的自动初始化设置,这并不影响conda的配置文件,因此无法撤销conda config --set auto_activate_base false的设置。
Found this error while running the code cell in anaconda/jupyter notebook cell: ===BUG REPORT=== Welcome to bitsandbytes. For bug reports, please submit your error trace to:...