Skip to contents

If a pipenv environment exists, use it. Otherwise, create a new one. Set the RETICULATE_PITHON environment variable to the path of the pipenv virtual environment. This process is only done once per project.

Usage

use_pipenv(args = "")

Arguments

args

character Other arguments to pass to pipenv shell {{args}} .

Examples

if (FALSE) {
pipenvr::use_pipenv()
}