Sets up a python environment to use for PLP (can be conda or venv)
Source:R/HelperFunctions.R
configurePython.Rd
Sets up a python environment to use for PLP (can be conda or venv)
Arguments
- envname
A string for the name of the virtual environment (default is 'PLP')
- envtype
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
- condaPythonVersion
String, Python version to use when creating a conda environment