On the anaconda prompt, do a
conda -Vorconda --versionto get the conda version.python -Vorpython --versionto get the python version.conda list anaconda$to get the Anaconda version.conda listto get the Name, Version, Build & Channel details of all the packages installed (in the current environment).conda infoto get all the current environment details.conda info --envsTo see a list of all your environments
Detailed description here, download cheat sheet from here