Upgrade Python In Linux -

TARGET_VERSION=$1 CURRENT_VERSION=$(python3 --version | cut -d' ' -f2)

# Check version python3 --version