R/HelperFunctions.R
setPythonEnvironment.Rd
Use the virtual environment created using configurePython()
setPythonEnvironment(envname = "PLP", envtype = NULL)
A string for the name of the virtual environment (default is 'PLP')
An option for specifying the environment as'conda' or 'python'. If NULL then the default is 'conda' for windows users and 'python' for non-windows users
This function sets PatientLevelPrediction to use a virtual environment