Consoles > New console in environment
menu not listing all environments
#23395
Milestone
Consoles > New console in environment
menu not listing all environments
#23395
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
First off thank you for putting together this version of Spyder, I'm enjoying the new features!
I've noticed that not all conda environments are listed in "Consoles-->New console in environment". Specifically, conda environments created outside of the default environment folder that have the same name are not all listed. For example, if
conda list env
gives:Then clicking "Consoles-->New console in environment" lists the following environments:
Only one
venv
is listed and it is the one in project1, the project2venv
is missing. Spyder is looking in all the right places to find environments, but then isn't listing environments with the same name.What steps reproduce the problem?
What is the expected output? What do you see instead?
If
conda list env
gives:I'd expect clicking "Consoles-->New console in environment" to list:
Possible solutions might be to list the environment location folder too (i.e. project1/venv) or to use the conda
env_prompt
name from the local environment .condarc file if there is one.Thank you in advance and apologies if I've missed something obvious!
Versions
Dependencies
The text was updated successfully, but these errors were encountered: