find_python {PressPurt} | R Documentation |
This function lists available python versions, conda environments, and virtual environments. One may show all three or just one.
find_python(python = TRUE, conda = TRUE, virtualenv = TRUE)
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 |
None
## Not run:
find_python()
## End(Not run)