# Verify installation and build command index
az --version
/mnt/vss/_work/1/s/env/bin/python: No module named azure.cli.__main__; 'azure.cli' is a package and cannot be directly executed
> pip install setuptools -U
> azdev setup -c
> python -c "import azure.cli; print(azure.cli.__path__)"
_NamespacePath(['__editable__.azure_cli-2.77.0.finder.__path_hook__', '__editable__.azure_cli_core-2.77.0.finder.__path_hook__', '__editable__.azure_cli_telemetry-1.1.0.finder.__path_hook__', '__editable__.azure_cli_testsdk-0.3.0.finder.__path_hook__'])
> az -v
D:\cli\py313\Scripts\python.exe: No module named azure.cli.__main__; 'azure.cli' is a package and cannot be directly executed