This function activates a dedicated slendr Python environment set up via
setup_env, or creates an ephemeral Python environment with uv.
Usage
init_env(uv = FALSE, quiet = FALSE)
Arguments
- uv
Should an ephemeral Python environment be created via uv (instead
of activating a permanent virtual environment created via setup_env)?
- quiet
Should informative messages be printed to the console? Default
is FALSE.
Value
No return value, called for side effects