Discussion about [email protected] not be keg_only any more #2524
Unanswered
robsonpeixoto
asked this question in
Writing Formulae/Casks
Replies: 1 comment 1 reply
-
What about all the libraries? And pkg-config files? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All
python@<version>
packages are very useful if you work with a lot of python version on your daily job.For some reason linuxbrew + asdf + plugin-python do not work well, and in a lot of situation the homebrew packages make a great job!
My suggestion is to all [email protected] not be keg_only anymore installing only the specific binaries of the current version. And the
python
formula only add the generic python binaries.For example:
[email protected]
should only install allbin/*-3.7
binaries:and the
python
should do the symlink to the current default python version:Makes sense?
Beta Was this translation helpful? Give feedback.
All reactions