powered by
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)
If TRUE will list available python versions. Default: TRUE
If TRUE will list available conda environments. Default: TRUE
If TRUE will list available virtual environments. Default: TRUE
None
# NOT RUN { find_python() # }
Run the code above in your browser using DataLab