#!/bin/sh
# Use system site-packages only, ignore user-local ~/.local/lib/python3
exec python3 -s /usr/share/PiVR/PiVR/start_GUI.py "$@"
