I installed Anaconda pretty long time ago, but I forgot which name I used to setup the python development environment? Are there any commands that can allow me to list all the installed environments?
Check the docs: https://conda.io/docs/user-guide/tasks/manage-environments.html
try: conda info --envs