How to ensure a formula is added to my path after installation? #3915
Unanswered
Southpaw1496
asked this question in
Writing Formulae/Casks
Replies: 1 comment 4 replies
-
Is there something in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm making a formula for the Quilt Native Installer. It's a GUI program that's distributed as a Rust executable, so I want to be able to run it by typing
quilt
in the terminal, instead of keeping it somewhere like/Applications
, where it doesn't really belong. Here's my formula file, still a work in progress:I have built and installed it successfully using
brew install --build-from-source southpaw1496/homebrew/quilt
, and it shows inbrew leaves
, but it isn't in my path. What do I need to change so that it is?Beta Was this translation helpful? Give feedback.
All reactions