uv/scripts/bootstrap
Zanie Blue c0e7668dfa
Add bootstrapped installation in Python for Windows (#1130)
A 1:1 port of the Bash script to Python for use on Windows.

Pulls some parts of #1068 but much more minimal. Avoids an additional
dependency on `requests`. Because we require `zstandard` to unzip the
distributions we unfortunately cannot be dependency free and cannot have
`bootstrap.sh` download the Python version needed to run this script
without it doing a non-trivial amount of work.

Retains the Bash script for now so you can bootstrap without Python
available. I may drop it in the future?
2024-01-28 10:24:49 -06:00
..
fetch-version-metadata.py Add bootstrapping and isolation of development Python versions (#1105) 2024-01-26 12:12:48 -06:00
install.py Add bootstrapped installation in Python for Windows (#1130) 2024-01-28 10:24:49 -06:00
install.sh Do not re-download already installed Python versions (#1133) 2024-01-27 12:46:21 -06:00
versions.json Add bootstrapping and isolation of development Python versions (#1105) 2024-01-26 12:12:48 -06:00