We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a530473 + 9d31b8d commit 70b1013Copy full SHA for 70b1013
Brewfile
@@ -32,7 +32,8 @@ end
32
33
## PYTHON BUILD DEPENDENCIES
34
py_version = open(".python-version").read.strip.split(".").take(2).join(".")
35
-brew "python@#{py_version}", args: ["only-dependencies"]
+# Drop link:false when https://github.com/orgs/Homebrew/discussions/6133 is fixed
36
+brew "python@#{py_version}", link: false, args: ["only-dependencies"]
37
# PyEnv suggests installing these for building Python using
38
# Homebrew-provided dependencies on Linux.
39
# This exists here primarily for running in containers, such as
0 commit comments