ee_install_set_pyenv: Configure which version of Python to use with rgee
Description
Configure which version of Python to use with rgee. This function creates two
environment variables: 'EARTHENGINE_PYTHON' and 'EARTHENGINE_ENV' both will be
saved into the file .Renviron.
Character. If it is "global" the environment variables are set in
the .Renviron located in the Sys.getenv("HOME") folder. On the other hand, if
it is "local" the environment variables are set in the .Renviron on the
working directory (getwd()). Finally, users can also enter a specific path
(see examples).
quiet
Logical. Suppress info message
Value
no return value, called for setting EARTHENGINE_PYTHON in .Renviron