aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_python.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Update all references to /lang to /snekbinGravatar Chris Lovering2024-10-03-4/+4
|
* Also split on hyphens in build python scriptGravatar Chris Lovering2024-10-03-2/+2
| | | | This is needed as dev builds such as 3.13-dev use the suffix -dev, rather than a patch version.
* Install multiple Python versions in imageGravatar Mark2023-08-19-0/+22
Separate snekbox's Python interpreter from the interpreter used by NsJail. This allows for the interpreters to be updated on different cadences and provides better isolation of packages. Each Python interpreter adds about 70 MB to the built image.