Learn R Programming

rgee (version 1.0.8)

ee_install_set_pyenv: Set the Python environment to be used by rgee

Description

This function create a new environment variable called 'EARTHENGINE_PYTHON'. It is used to set the Python environment to be used by rgee. EARTHENGINE_PYTHON is saved into the file .Renviron.

Usage

ee_install_set_pyenv(py_path = NULL, py_env = NULL, quiet = FALSE)

Arguments

py_path

The path to a Python interpreter

py_env

The name of the environment

quiet

Logical. Suppress info message

Value

no return value, called for setting EARTHENGINE_PYTHON in .Renviron

See Also

Other ee_install functions: ee_install_upgrade(), ee_install()