Reliably and quickly fetch activated environment variables for conda #19987
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
conda run
is more reliable thanconda activate
: #19967conda activate
command is much faster thanconda run
: conda/conda#11814We could do a mixture of these two approaches in the extension and return which ever came back with the environment variables faster.
However note this can change with #11039, where we potentially get rid of using
conda activate
commands, so it's best to tackle this issue after that.The text was updated successfully, but these errors were encountered: