Replies: 2 comments 3 replies
-
Most users have use-cases which require having Homebrew's bin directory come before Since you have the opposite requirement, just replace the line eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" with export PATH="${PATH}:/home/linuxbrew/.linuxbrew/bin" |
Beta Was this translation helpful? Give feedback.
1 reply
-
And actually if change /usr/bin to be first, it breaks a lot of other things i depend on with brew. So i guess i need some way to switch between openssl 1 and openssl3 in brew? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am on Ubuntu 22.04 and i appear to be having some conflicts with linuxbrew. (see prisma/prisma#14356)
echo $PATH
cat ~/.profile
.zshrc ( i use zsh, i can paste bashrc if you need)
Beta Was this translation helpful? Give feedback.
All reactions