Add support python interpreter from micromamba #21672
Labels
feature-request
Request for new features or functionality
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
I used python interpreter from system,
conda
,mamba
andmicromamba
. The extension detects python from first three sources correctly, but fails to detect python frommicromamba
.micromamba
uses$MAMBA_ROOT_PREFIX
the same way as mamba, but locates in~/micromamba
by default. So its python interpreter locates in$MAMBA_ROOT_PREFIX/envs/**/bin/python
.Also when using a env from
micromamba
, since the env does not necessarily containsconda
. Soshould be replaced by
The text was updated successfully, but these errors were encountered: