I am using conda 4.7.12 and trying to list my environment variables according to the documentation by running conda env config vars list
however I get the error
usage: conda-env [-h] {create,export,list,remove,update} ... > conda-env: error: invalid choice: 'config' (choose from 'create', 'export', 'list', 'remove', 'update')
I have a feeling it is because the documentation is pointing to "latest" which is no 4.7 but rather 4.8 (I believe). I can't find the old docs for 4.7 so trying to find a similar command to list environment variables in version 4.7.