Skip to contents

Get the path to the Python executable in a cached installation

Usage

python_executable(version, platform = NULL, arch = NULL)

Arguments

version

Character string. Python version.

platform

Character string. Platform (default: current).

arch

Character string. Architecture (default: current).

Value

Character string or NULL.