Closed karthiknadig closed 3 weeks ago
Please can you provide more infromation, as I cannot understand the requirement here.
Currently, you detect and return path to conda.exe
, for shell executions, the recommendation is to use conda.bat
. This is typically found in condabin
directory in the same level as conda.exe
. Can you add this to the message sent back about environment managers.
After discussion decided that we'd do this in Python extension for now.
This is specifically for
condabin
dir, after conda is found.This is important to have path to
conda.bat
which is used for activating conda envs (cases whereconda init
is not called) and running conda usingconda run
.