As of July 2018, Raspbian does not yet include the latest Python release, Python 3.7.4. This means we will have to build it ourselves, and here is how to do it.
- Install the required build-tools (some might already be installed on your system).
| #! /bin/bash -p | |
| IFS= | |
| PATH=/bin:/usr/bin | |
| # ================================================================================ | |
| # MIDI Plugin | |
| # ================================================================================ | |
| /bin/echo "Removing MIDI plug-in /Library/Audio/MIDI Drivers/M-Audio USB Support.plugin." | |
| /bin/rm -rf /Library/Audio/MIDI\ Drivers/M-Audio\ USB\ Support.plugin |