Closed way-zer closed 9 months ago
Thank you for bringing this one in. Unfortunately, too many edge cases would be expensive to cover. This extension goal is to allow developers to create virtual environments after cloning a repo. When Microbamba is already installed in the path, we don't want to have a dependency on the extension. Instead, we have an independent instance of Micromamba in the extension we fully control. Nevertheless, one can activate the external virtual environment with "Micromamba: activate environment by path"
Environment
node -v
: [fill]npm -v
: [fill]Prerequisite
System already installed
micromamba
Steps to Reproduce
/usr/local/bin/micromamba
micromamba create -n example
Expected Behavior
The extension is expected to use installed binary first, and search environments inside
$HOME/micromamba
Actual Behavior
The extension try to download binary to
.vscode-micromamba/micromamba
even there is one installed. And can't find environment inside$HOME/micromamba
.Work Around
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...