Skip to contents

This function is defunct. Please configure the Liesel virtual or conda environment manually, e.g. using reticulate::use_virtualenv() or reticulate::use_condaenv(). See vignette("versions", "reticulate").

Usage

use_liesel_venv(virtualenv = NULL, python = NULL, version = NULL)

Arguments

virtualenv

Either the name of, or the path to, a Python virtual environment.

python

The path to a Python binary.

version

The version of Python to use. reticulate will search for versions of Python as installed by the install_python() helper function.