export PATH="/bb:$PATH"

if [ -d /tmp/tcloop/APPNAME/ ]; then
   if [ -f /usr/bin/python3.7 ]; then
	sudo rm /usr/bin/python3.7
	cp -af /tmp/tcloop/APPNAME/usr/bin/python3.7 /usr/bin/
	ln -sf /usr/bin/python3.7 /usr/bin/python3
   fi

   if [ -f /usr/bin/python3.7m ]; then
        sudo rm /usr/bin/python3.7m
        cp -af /tmp/tcloop/APPNAME/usr/bin/python3.7m /usr/bin/
   fi
fi