py_version {reticulate} | R Documentation |
Python version
Description
Get the version of Python currently being used by reticulate
.
Usage
py_version(patch = FALSE)
Arguments
patch |
boolean, whether to include the patch level in the returned version. |
Value
The version of Python currently used, or NULL
if Python has
not yet been initialized by reticulate
.
[Package reticulate version 1.42.0 Index]