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.
ee_install_set_pyenv(py_path, py_env = "rgee")The path to a Python interpreter.
The name of the environment. By default "rgee".
Other ee_install functions:
ee_install_upgrade(),
ee_install()