pythonanaconda

How can I list all the installed Python development environments within Anaconda?


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?


Solution

  • Check the docs: https://conda.io/docs/user-guide/tasks/manage-environments.html

    try: conda info --envs