Documentation
¶
Overview ¶
Package python provisions the Python toolchain on demand via astral-sh/uv — a single self-contained binary that itself downloads + manages CPython. So `bashy python`/`pip`/`uv` all work on a bare node with no system Python: binmgr fetches uv (download → sha256-verify → cache), then uv provisions CPython on first `python`/`pip` use. No embedding. uv is Apache-2.0/MIT.
Index ¶
Constants ¶
View Source
const DefaultVersion = "0.5.11"
DefaultVersion pins the uv release fetched when none is requested. uv is backward-compatible; bump periodically or override with $BASHY_UV_VERSION.
Variables ¶
This section is empty.
Functions ¶
func NewPythonCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.