remove_env: Remove conda environment

View source: R/remove_env.R

remove_envR Documentation

Remove conda environment

Description

Actually remove conda environments, unlike reticulate::conda_remove.

Usage

remove_env(
  conda_env,
  conda = "auto",
  method = c("basilisk", "reticulate"),
  verbose = TRUE
)

Arguments

conda_env

Name of the 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.

method

Method to use:

  • "basilisk"

  • "reticulate"

verbose

Print messages.


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