export PATH="/bb:$PATH" if [ -d /tmp/tcloop/APPNAME/ ]; then if [ -f /usr/bin/python3.6 ]; then sudo rm /usr/bin/python3.6 cp -af /tmp/tcloop/APPNAME/usr/bin/python3.6 /usr/bin/ ln -sf /usr/bin/python3.6 /usr/bin/python3 fi if [ -f /usr/bin/python3.6m ]; then sudo rm /usr/bin/python3.6m cp -af /tmp/tcloop/APPNAME/usr/bin/python3.6m /usr/bin/ fi fi