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

A tool for building standalone relocatable Python.framework bundles

Results 8 relocatable-python issues
Sort by recently updated
recently updated
newest added

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...

The documentation should mention that SSL certificates are not configured (the equivalent of calling `/Applications/Python 3.6/Install Certificates.command` after a regular install). pip will still work fine, since it uses its...

- Add --fail to fail on bad url's (404) - Changing to sys.exit to return proper error code Previously, when used in any wrapper scripts, the relocatable framework process would...

Hello, I am trying to create a relocatable python version from an ARM Mac (M1). I would like a python3.10 or newer. Here is the command I am using :...

This feature allows the user to specify additional `pip` options to filter against when installing libraries. Particularly, I ran into an issue where I was wanting to build a "Universal"...

We're using a symbolic link for munkireport-python3 to point to a relocated python framework: ``` → ls -l /usr/local/munkireport/munkireport-python3 lrwxr-xr-x 1 root wheel 63 24 Feb 10:10 /usr/local/munkireport/munkireport-python3 -> /Library/MunkiReport/Python.framework/Versions/3.11/bin/python3...

Seen [in this build](https://gitlab.kitware.com/vtk/vtk/-/jobs/7354974#L366): > clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/opt/glr/vtk/vtk-ci-ext/0/venv/include -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 The `-I/Library/Frameworks` needs relocated.