On windows, Azure CLI installed with pip (which uses the system Python 3.8) is faster than the one installed with MSI installer (which uses the bundled Python 3.6):
We should evaluate whether to update the bundled/built-in Python of MSI installer (or maybe deb installer on Ubuntu) to 3.8 for performance improvement.
Description
On windows, Azure CLI installed with
pip
(which uses the system Python 3.8) is faster than the one installed with MSI installer (which uses the bundled Python 3.6):Installed with
pip
:Installed with MSI installer:
Goal
We should evaluate whether to update the bundled/built-in Python of MSI installer (or maybe deb installer on Ubuntu) to 3.8 for performance improvement.