find_python_path: Find the python file for a specific env

View source: R/find_python_path.R

find_python_pathR Documentation

Find the python file for a specific env

Description

Find the python file for a specific env

Usage

find_python_path(
  conda_env = "echoR_mini",
  method = c("basilisk", "reticulate"),
  verbose = TRUE
)

Arguments

conda_env

Conda environment name.

method

Method to use:

  • "basilisk"

  • "reticulate"

verbose

Print messages.

Examples

# importFrom reticulate conda_list
python <- find_python_path(conda_env = "echoR")

RajLabMSSM/echoconda documentation built on May 21, 2023, 10:19 a.m.