Quantcast
Channel: Active questions tagged fish - Stack Overflow
Viewing all articles
Browse latest Browse all 106

conda activate failed in fish

$
0
0

I am using conda 23.7.4 and fish shell on Windows10,I execute conda init fishsuccessfully,but conda activate pytorch failed, and the error report said:

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', 'repo', 'pack', 'verify', 'server', 'token', 'env')

But I can run conda activate pytorch successfully in cmd. Why can't fish?


Viewing all articles
Browse latest Browse all 106

Trending Articles