You can install Azure Data CLI (azdata)on Linux with yum, apt, or zypper, or on MacOS with Homebrew installation package managers. Before these package managers were available, installation required Python and pip.
Important
Before you proceed, you need to remove any installation of azdata that were installed to the global system Python. The new installers or native-packages add azdata to your path and it is impossible to know which one is first.
If you have an existing azdata installed to the global system Python, remove it before proceeding.
To view your current installation, run the following command:
$ pip list --format columns
If azdata is installed by pip it returns the package and version. For example:
Demonstrate understanding of common data engineering tasks to implement and manage data engineering workloads on Microsoft Azure, using a number of Azure services.