spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.2k stars 1.59k forks source link

Miniconda environments not automatically recognized and env name not shown in status bar #14868

Open rhkarls opened 3 years ago

rhkarls commented 3 years ago

Problem Description

Edit: this only occurs when having both Anaconda and Miniconda installed. If temporarily renaming Anaconda3 folder to something else, the Miniconda environments are detected and the name is showing in the status bar. Admittedly a very minor issue.

Two minor issues that are possibly related.

Miniconda environments are not automatically detected and shown in the combobox/dropdown list under Preferences -> Python interpreter. Anaconda environments are detected.

Also a minor cosmetic issue where the environment name of miniconda environments are not displayed in the status bar. For Anaconda environments, it is displayed as conda: env name.

spyder_anaconda_env spyder_miniconda_env

Versions

Spyder standalone and both Anaconda and Miniconda installed

ccordoba12 commented 3 years ago

This is a very minor issue indeed, but not something that we could solve easily because we'll need to handle multiple Anaconda/Miniconda installations. And our current environment detection mechanism can't do that.