Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...
| diff --git a/common_features.mk b/common_features.mk | |
| index 8c593024f0..d70f360470 100644 | |
| --- a/common_features.mk | |
| +++ b/common_features.mk | |
| @@ -658,40 +658,44 @@ endif | |
| JOYSTICK_ENABLE ?= no | |
| VALID_JOYSTICK_TYPES := analog digital | |
| JOYSTICK_DRIVER ?= analog | |
| ifeq ($(strip $(JOYSTICK_ENABLE)), yes) | |
| ifeq ($(filter $(JOYSTICK_DRIVER),$(VALID_JOYSTICK_TYPES)),) |
Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...