Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Mar 13, 2024
1 parent 4a11c6d commit f4db45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ py_discover_config <- function(required_module = NULL, use_environment = NULL) {
## In other words,
## - no use_python(), use_virtualenv(), use_condaenv()
## - no RETICULATE_PYTHON, RETICULATE_PYTHON_ENV, or RETICULATE_PYTHON_FALLBACK env vars
## - no existing venv in the current working directory named: venv .venv virtualenv or .virtualenv
## - no env named 'r-bar' if there was a call like `import('foo', delay_load = list(environment = "r-bar"))`
## - no env named 'r-foo' if there was a call like `import('foo')`
## - we're not running under an already activated venv (i.e., no VIRTUAL_ENV env var)
Expand Down

0 comments on commit f4db45f

Please sign in to comment.