attempt to use a shim for managed_python3 on python 3.11 and 3.12
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
bin="/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.12/bin/python3.12"
|
||||
|
||||
PYTHONHOME=/Library/ManagedFrameworks/Python.framework/Versions/3.12
|
||||
PYTHONPATH=/Library/ManagedFrameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
|
||||
exec "${bin}" "$@"
|
||||
Reference in New Issue
Block a user