conda_python: Find the path to Python associated with a conda environment

View source: R/utils.R

conda_pythonR Documentation

Find the path to Python associated with a conda environment

Description

Find the path to Python associated with a conda environment

Usage

conda_python(envname = NULL, conda = "auto", all = FALSE)

Arguments

envname

The name of, or path to, a conda environment.

conda

The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda and conda_binary() for more details.

all

Boolean; report all instances of Python found?


zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.