#!/usr/bin/env bash
bin_dir=`cd "$(dirname "$BASH_SOURCE[0]")"; pwd`
python_cmd=python3.12
if command -v python3.12 &>/dev/null; then python_cmd=python3.12; fi
AZ_INSTALLER=RPM PYTHONPATH="$bin_dir/../lib64/az/lib/python3.12/site-packages" $python_cmd -sm azure.cli "$@"
