5T33Z0 / OC-Little-Translated

ACPI Hotpatches and Guides for the OpenCore Bootmanager. Enhance and fine-tune your Hackintosh by adding devices and enabling additional features not covered in the OpenCore Install Guide. Only place that covers how to use OpenCore Legacy Patcher on PCs.
BSD 3-Clause "New" or "Revised" License
547 stars 73 forks source link

[L_ALC_Layout-ID] Monterey 12.4 issues #34

Closed dreamwhite closed 2 years ago

dreamwhite commented 2 years ago

As Monterey 12.3 dropped Python2 pre-built binaries, users need to download Python 2.7.18 installer. Official download link

5T33Z0 commented 2 years ago

So it can run python 2, you only have to install it?

dreamwhite commented 2 years ago

So it can run python 2, you only have to install it?

Yes, eventually you need to link python2 binary on /usr/bin/python, or if you want you can just replace the she-bang in codecgraph.py with /usr/local/bin/python2 (after installing Python2.pkg file) and it works :)

5T33Z0 commented 2 years ago

Doesn't the "Update Shell Profile.command" thingy in the App Folder handle that?

dreamwhite commented 2 years ago

I have no clue, especially since I think it overrides the existing python symlink

5T33Z0 commented 2 years ago

Since a python 3 compatible codecgraph version exists, I just link to this. Less headaches for me.