Skip to content

Fails when the brew command is not available #158

Closed
@S-zebra

Description

@S-zebra

Distutils tries to get the output of brew --prefix, but it fails if Homebrew is not installed on the system, or when brew command is not available.

homebrew_prefix = subprocess.check_output(['brew', '--prefix'], text=True).strip()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions