diff --git a/Telegram/configure.sh b/Telegram/configure.sh index 0f87909a1..c550d988c 100755 --- a/Telegram/configure.sh +++ b/Telegram/configure.sh @@ -5,6 +5,6 @@ pushd `dirname $0` > /dev/null FullScriptPath=`pwd` popd > /dev/null -python $FullScriptPath/configure.py "$@" +python3 $FullScriptPath/configure.py "$@" exit