relocatable-python icon indicating copy to clipboard operation
relocatable-python copied to clipboard

Add Universal Python testing script

Open nmcspadden opened this issue 3 years ago • 0 comments

This code was stolen from Munki and turned into a simple separate bash script. It takes a single argument, which is a Python version, which should correspond to the version of Python used to build the framework.

It's a fairly naive script, as it assumes it's working on a local "Python.framework" bundle built, and doesn't have a lot of safety checking beyond making sure your Python version string starts with "3." (another assumption).

I used this to test AutoPkg's python after building in all the requirements.

nmcspadden avatar Apr 16 '22 21:04 nmcspadden