Skip to content

Python

Overview

Python is a command-line application that executes scripts written in the Python programming language.


Deployment

Saltbox dependency.

sb install python

Usage

python3

Role Defaults

Use the Inventory to customize variables. (1)

  1. Example override

    python_version: "custom_value"
    
python_version
# Install of Python is handled by uv so any versions they support will be valid here.
# Type: string
python_version: "3.8"