Files
nixpkgs/pkgs/tools/admin/azure-cli
Noah Fontes 1c44ccf3a7 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
6c85fff302, as identified in other issues)
or construction of the PYTHONPATH in this package
aacf05daec removed it.
2024-05-07 13:32:38 -07:00
..