conda-runRun an executable command in a conda environment. More information: https://docs.conda.io/projects/conda/en/latest/commands/run.html.
conda run {{command}}
conda run {{[-n|--name]}} {{environment_name}} {{command}}
conda run {{[-p|--prefix]}} {{path/to/env}} {{command}}