set_python_virtual {PressPurt} | R Documentation |
Set your Python Virtual environment
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
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
## Not run:
set_python_virtual(
virtualenv = "r-reticulate",
verbose = TRUE)
## End(Not run)
[Package PressPurt version 1.0.2 Index]