Learn R Programming

PressPurt (version 1.0.2)

find_python: 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

Run this code
# NOT RUN {
find_python()
# }

Run the code above in your browser using DataLab