Skip to contents

install_miniconda

Usage

install_miniconda(
  path = reticulate::miniconda_path(),
  update = TRUE,
  force = FALSE
)

Arguments

path

The path in which Miniconda will be installed. Note that the installer does not support paths containing spaces. See miniconda_path for more details on the default path used by reticulate.

update

Boolean; update to the latest version of Miniconda after install? (default: TRUE)

force

Boolean; force re-installation if Miniconda is already installed at the requested path? (default: FALSE)

Value

installs Miniconda at requested path (or skips in case already installed, where reticulate would otherwise throw an error!)