正常我们使用如下来流程:
创建环境:conda create -n 环境名称
激活环境:conda activate 环境名称
但是,在Linux服务器上,使用conda activate 环境名称,出现如上图所示的报错。conda: error: argument COMMAND: invalid choice: 'activate' (choose from 'clean', 'compare', 'config', 'create', 'info', 'init', 'install', 'list', 'notices', 'package', 'remove', 'uninstall', 'rename', 'run', 'search', 'update', 'upgrade', 'build', 'content-trust', 'convert', 'debug', 'develop', 'doctor', 'index', 'inspect', 'metapackage', 'render', 'skeleton', 'env')
经过相关资料,我们使用source activate 环境名称 。 这样是可以正常激活环境的。
oh, yeah,继续修改论文了。