Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Homebrew patch for 'az extension add' #4466

Merged
merged 2 commits into from
Sep 19, 2017

Conversation

derekbekoe
Copy link
Member

Closes #4428


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

Command Guidelines

  • [n/a] Each command and parameter has a meaningful description.
  • [n/a] Each new command has a test.

(see Authoring Command Modules)

@derekbekoe derekbekoe merged commit 87890f2 into Azure:master Sep 19, 2017
@derekbekoe derekbekoe deleted the apply-homebrew-patch branch September 19, 2017 20:29
lorencarvalho pushed a commit to linkedin/shiv that referenced this pull request May 9, 2018
… configuration (#27)

Write a temporary ~/.pydistutils.cfg to override any system distutils configuration

Previously, shiv could not install packages that did not provide wheels
using Homebrew's Pythons, because `--target` is incompatible with
Homebrew's `distutils.cfg`. We can work around that by creating a
temporary `~/.pydistutils.cfg` containing:

```ini
[install]
prefix=
```

Inspired by Azure/azure-cli#4466.

Fixes #16.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants