export PATH="/bb:$PATH"


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

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