Python-Version.download.recipe.yaml

Basics

Last refresh 2025-04-05 01:48:58
Desciption Downloads the latest or specified version of Python. Stable builds are checked first, then pre-release builds. Options: * To download the latest version of Python, use (this is REGEX): \d+ * To download a specific minor version, for example, you can use: "10" or "3.10" * You can download a pre-release build if the minor version does not yet have a stable release * Technically, you can even download Python2 if you wanted; e.g.: "2.7" The recipe will also set the env variable `version_major_minor` that can be used in child recipes. This recipe defers from the Python3 recipe in scriptingosx-recipes repo by allowing the version to be specified.
Identifier com.github.mlbz521.download.Python-Version
Parent Recipes None
Child Recipes MLBZ521-recipes/Python-Version/Python-Version.pkg.recipe.yaml
First commit 2022-12-14 11:50:44 -0700
Latest commit 2023-06-23 20:34:18 -0700
Score 0.00

Warnings

None