conda activate 激活不成功
windows下conda activate 激活不成功
报的莫名其妙的东西
conda activate resnet_env
usage: conda-script.py [-h] [--no-plugins] [-V] COMMAND ... conda-script.py: 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', 'pack', 'server', 'env', 'repo', 'verify', 'token')
使用conda init初始化
想用cmd激活
conda init cmd.exe
想用powershell激活
conda init powershell
如果你是其他命令,参考conda init 的参数如下:
argument SHELLS: invalid choice: '?' (choose from 'bash', 'cmd.exe', 'fish', 'tcsh', 'xonsh', 'zsh', 'powershell')