Downloads and caches a portable Python build from python-build-standalone.
Usage
install_python_standalone(
version = NULL,
platform = NULL,
arch = NULL,
force = FALSE,
verbose = TRUE
)Arguments
- version
Character string. Python version to install (e.g.,
"3.14.6"). If NULL, the maintained pin inSHINYELECTRON_DEFAULTS$runtime_versions$python$versionis used.- platform
Character string. Target platform.
- arch
Character string. Target architecture.
- force
Logical. Whether to reinstall if already cached.
- verbose
Logical. Whether to show progress.
See also
install_r_portable(), install_nodejs() for other runtime installers;
python_executable() to find the installed Python path.