Conda Binary Plugin
- Binary ID:
conda
- Plugin Source Code:
- Functionality: Provides Python virtual environments for the Python Plugin
How to Install Conda
Please install Miniconda from the official website: https://docs.anaconda.com/free/miniconda/
Miniconda installed with the default path is directly recognized:
- Linux:
$HOME/miniconda3/bin/conda
- macOS:
$HOME/miniconda3/bin/conda
- Windows:
$USERPROFILE/miniconda3/Scripts/conda.exe
If the installation is not in the default path, please follow the documentation of the Binary Plugin for relevant configuration.