forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Improve micromamba support #20756
Copy link
Copy link
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedbackverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedbackverifiedVerification succeededVerification succeeded
Setting
python.condaPathto/usr/local/bin/micromambamostly works.However it fails activating the env properly when creating a new terminal:
because of the reported version (1.3.1 < 4.4), the extension uses "activate" instead of "{python.condaPath} activate"
It would be great if that could be fixed