When the terminal opens, this extension will always execute:
. /opt/miniconda3/etc/profile.d/conda.sh && conda activate /path/to/my/env
But my conda path has changed since I reinstall it using homebrew. After checking the output log:
[info] Using conda from cache: /opt/miniconda3/bin/conda
So it's just the usage of cache that leads to wrong path for conda.sh, and it seems that there is no convenient way to clear the cache.
When the terminal opens, this extension will always execute:
But my conda path has changed since I reinstall it using homebrew. After checking the output log:
So it's just the usage of cache that leads to wrong path for
conda.sh, and it seems that there is no convenient way to clear the cache.