use_python {reticulate} | R Documentation |
Configure which version of Python to use
use_python(python, required = FALSE) use_virtualenv(virtualenv = NULL, required = FALSE) use_condaenv(condaenv = NULL, conda = "auto", required = FALSE) use_miniconda(condaenv = NULL, required = FALSE)
python |
Path to Python binary |
required |
Is this version of Python required? If |
virtualenv |
Directory of Python virtualenv |
condaenv |
Name of Conda environment |
conda |
Conda executable. Default is |