find_python {PressPurt} | R Documentation |
Find Python versions, Conda, & Virtual Environments
Description
This function lists available python versions, conda environments, and virtual environments. One may show all three or just one.
Usage
find_python(python = TRUE, conda = TRUE, virtualenv = TRUE)
Arguments
python |
If TRUE will list available python versions. Default: TRUE |
conda |
If TRUE will list available conda environments. Default: TRUE |
virtualenv |
If TRUE will list available virtual environments. Default: TRUE |
Value
None
Examples
## Not run:
find_python()
## End(Not run)
[Package PressPurt version 1.0.2 Index]