Hi,
I try to set my environment variables in current activate env. First, I conda activate my_envs.
But, when I run like:
conda env config vars list
Error said
usage: conda-env [-h] {attach,create,export,list,remove,upload,update} ...
conda-env: error: invalid choice: 'config' (choose from 'attach', 'create', 'export', 'list', 'remove', 'upload', 'update')
I am so confused why it happened and how to solve this problem.
Any help would be much appreciated. Thanks