##// END OF EJS Templates
Use environment variable to identify conda / mamba...
Use environment variable to identify conda / mamba Conda and mamba both set an environment variable which refers to the base environment's executable path, use that in preference to less reliable methods, but fall back on the other approaches if unable to locate the executable this way. Additionally, change the search to look for the bare command name rather than the command within the top level of the active environment, I'm dubious this approach works with any current conda / mamba version which usually place their executable links in a `condabin` directory or elsewhere not at the same level as the Python executable.

File last commit:

r27079:c2ae0857
r28846:0e5bd036
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer