python VS relocatable-python

Compare python vs relocatable-python and see what are their differences.

python

Framework files for use with popular python macadmin toolsets (by macadmins)

relocatable-python

A tool for building standalone relocatable Python.framework bundles (by gregneagle)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
python relocatable-python
9 10
221 154
2.3% -
7.5 2.0
8 days ago 3 months ago
Shell Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

python

Posts with mentions or reviews of python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-24.
  • How do I add Foundation module in Python3 on MacOS Ventura
    4 projects | /r/learnpython | 24 Jan 2023
    Here it says Foundation is part of pyobjc which may be included in certain versions of python3 such as this https://github.com/macadmins/python - Looking at it now, it seems to set itself apart from the developer tools installation of python3 based on it's installation location. So my guess is that it isn't a module installed with CLT's python3.
  • Installing PKGs via Jamf, how can I "customize" the installer?
    2 projects | /r/macsysadmin | 25 Nov 2022
    Installing python (the MacAdmins Foundation distribution of Python) would be as simple as uploading the installomator script to JSS, adding it as a policy payload with "macadminspython" as a parameter.
  • What is your process for deploying Python?
    2 projects | /r/macsysadmin | 2 Aug 2022
  • Updtating Jamf Scripts to Work with Monterery 12.4
    3 projects | /r/macsysadmin | 12 Jul 2022
    Sounds like the scripts you have may be written in Python 2, which as others have stated, was pulled in 12.3. You can try running one with a Python 2 or 3 interpreter to see. You could technically deploy your own Python 2 to people and update the shebangs on the scripts to reflect the updated Python binary location. But Python 2 has been deprecated since January 2020 so it's probably best to just update the scripts. I dealt with this myself and am by no means a programmer. We have a critical script that maps printers for people that I had to update. I used something called '2to3' which is I believe an official Python program that does its best to convert Python 2 code to Python 3 in an automated fashion. It did 99% of the work for me. My script was still failing, but it was just a variable that was being concatenated as a byte instead of a string. Once that was fixed it ran fine. And then we started deploying https://github.com/macadmins/python - as others have mentioned. And then just updated the shebang to point to where that Python gets installed as per their instructions.
  • MacOS 12.3 Python support dropped
    1 project | /r/hackintosh | 31 Mar 2022
  • macOS Monterey 12.3 Update is now Available - Python 2.7 Removed & Universal Control Added!
    2 projects | /r/macsysadmin | 14 Mar 2022
    Removed. I deployed macadmins Python3 https://github.com/macadmins/python and changed the shebang in scripts we use.
  • Python3 automated install
    1 project | /r/macsysadmin | 20 Apr 2021
    Check out https://github.com/macadmins/python
  • Installing Python on client Macs
    4 projects | /r/macsysadmin | 15 Apr 2021

relocatable-python

Posts with mentions or reviews of relocatable-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.

What are some alternatives?

When comparing python and relocatable-python you can also consider the following projects:

Mac-Set-Default-Apps - A utility to change default applications in macOS

SwiftDefaultApps - Replacement for RCDefaultApps, written in Swift.

mcxToProfile - Convert macOS property lists, defaults and MCX into Configuration Profiles with Custom Settings payloads

scriptingosx-recipes

Installomator - Installation script to deploy standard software on Macs

support - Software provided by the Solutions Engineering and Support teams at Kandji, Inc.

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

warehouse - The Python Package Index