if [ $U_V1 -lt $V1 ];then echo 'Your python version is not OK!(1)' exit 1 elif [ $U_V1 -eq $V1 ];then if [ $U_V2 -lt $V2 ];then echo 'Your python version is not OK!(2)' exit 1 elif [ $U_V2 -eq $V2 ];then if [ $U_V3 -lt $V3 ];then echo 'Your python version is not OK!(3)' exit 1 fi fi fi