brew installable on macs
It would be nice to install justpath using homebrew
brew install justpath
Thanks!
Would you later run just path as
homebrew run justpath
?
Looks like there is called way to create formulae for existing Python package: https://til.simonwillison.net/homebrew/packaging-python-cli-for-homebrew
Will mark this as open for help issue, hopefully someone can help out with this..
I think after installing it via homebrew, users would run it as justpath just like they would do if they would have installed it via pip.
I think the first step towards this is opening a new PR: https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+label%3A%22new+formula%22
I think after installing it via homebrew, users would run it as
justpathjust like they would do if they would have installed it viapip. I think the first step towards this is opening a new PR: https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+label%3A%22new+formula%22
Should one create a "formula" locally, before a PR? This is something I'm willing to delegate, as homebrew is not a system I use.