Use a Liesel virtual environment
use_liesel_venv.Rd
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")
.
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 theinstall_python()
helper function.