Loading
azure-cli: fix installing extensions externally
For those of us not using the new azure-cli-extensions mechanism to manage extensions, it is not possible to install or update extensions unless pip is on the PYTHONPATH. This used to be the case by default, but a relatively recent change to either Python packaging (likely 6c85fff3, as identified in other issues) or construction of the PYTHONPATH in this package aacf05da removed it.