ee_discover_pyenvs: Discover all the Python environments available in the system

Description Usage Arguments Examples

View source: R/ee_install.R

Description

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

Usage

1
ee_discover_pyenvs(use_py_discover_config = FALSE)

Arguments

use_py_discover_config

Logical. If TRUE will use reticulate to find versions of Python in the system. Otherwise, will use conda_list for Window OS and virtualenv_list for Unix system.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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()

## End(Not run)

ryali93/rgee documentation built on May 13, 2020, 4:34 a.m.