export PATH="/bb:$PATH"

if [ -d /tmp/tcloop/APPNAME/ ]; then
   if [ -f /usr/bin/2to3-3.4 ]; then
	rm /usr/bin/2to3-3.4
 	cp -af /tmp/tcloop/APPNAME/usr/bin/2to3-3.4 /usr/bin/
   fi

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

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

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

   if [ -f /usr/bin/pyvenv-3.4 ]; then
	rm /usr/bin/pyvenv-3.4
	cp -af /tmp/tcloop/APPNAME/usr/bin/pyvenv-3.4 /usr/bin
   fi
fi