Unverified Commit 2345c4a3 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

Merge pull request #309672 from impl/azure-cli-add-pip

azure-cli: fix installing extensions externally
parents 9e75bd35 1c44ccf3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -229,6 +229,10 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
    wcwidth
    websocket-client
    xmltodict
  ] ++ lib.optionals (!withImmutableConfig) [
    # pip is required to install extensions locally, but it's not needed if
    # we're using the default immutable configuration.
    pip
  ];

  postInstall = ''