attempt to use a shim for managed_python3 on python 3.11 and 3.12

This commit is contained in:
Erik Gomez
2024-02-01 10:05:25 -06:00
parent 4139760ebb
commit a9c3bba87b
3 changed files with 27 additions and 2 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/zsh
bin="/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.11/bin/python3.11"
PYTHONHOME=/Library/ManagedFrameworks/Python.framework/Versions/3.11
PYTHONPATH=/Library/ManagedFrameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload
exec "${bin}" "$@"