export PATH="/bb:$PATH"

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

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

	ln -sf /usr/bin/python3.4 /usr/bin/python3