#!/bin/sh
LD_LIBRARY_PATH=/usr/local/lib/gcc7:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

/usr/local/bin/python2.7 /usr/local/bin/psychopyApp.py
