set_python_virtual: Set your Python Virtual environment

Description Usage Arguments Value Examples

View source: R/helper_funcs.R

Description

This function sets your virtual environment. Run this command before PreprocessMatrix. Install python dependencies in the same virtual environment that you set here. To make a new virtual environment use the create_virtual_env function.

Usage

1
set_python_virtual(virtualenv, verbose = TRUE)

Arguments

virtualenv

Specify virtual environment name

verbose

TRUE or FALSE. When TRUE, shows python and virtual environment configuration. Default: TRUE

Value

None

Examples

1
2
3
4
5
6
## Not run: 
set_python_virtual(
    virtualenv = "r-reticulate", 
    verbose = TRUE)

## End(Not run)

PressPurt documentation built on Oct. 23, 2020, 8:07 p.m.