Skip to contents

Validate Python Environment

Usage

validate_python_environment(python_environment)

Arguments

python_environment

Summary of the loaded Python environment and specification for cleanup procedure used by cleanup_napistu

path

The environment being used

type

The type of reticulate configuration: "virtualenv", "conda", "python"

created_by_napistu

Was the environment created by Napistu? If so it can be removed by cleanup_napistu

miniconda_installed

Was Miniconda installed by Napistu? If so it can be removed by cleanup_napistu

Value

Invisible TRUE if valid, throws error if invalid