scripts/bootstrap/modules/technologies/python.sh- Script function:
install_python_stack
python@3.13linked as active interpreterpython@3.14as additional interpreteruv,ruff,mypy,pytest,pipx
- Bootstrap enforces
python3frompython@3.13. python@3.14remains installed for projects needing modern runtime.
- Formulas are installed via shared helper and skipped when already present.
python3 --version
python3.14 --version
uv --version