Learn R Programming

rgee (version 0.2.0)

ee_discover_pyenvs: Discover all the Python environments available in the system

Description

This function enables callers to check which versions of Python will be discovered on a system. This function was adapted from py_discover_config.

Usage

ee_discover_pyenvs()

Arguments

Examples

Run this code
# NOT RUN {
library(rgee)
ee_create_pyenv('ee')
ee_discover_pyenvs()
ee_set_pyenv(
  python_path = ".../ee/bin/python",
  python_env = 'ee')
ee_install_python_packages()
# }

Run the code above in your browser using DataLab