Install with pip or brew? I have both #153
-
Hello, I have homebrew for a few days now, and pip since forever. Maybe using pip, it will install dependencies reusable by other python programs? no idea |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @BarbzYHOOL, I have no idea how brew packaging works And this is the latest file which looks like they use exact versioning for dependencies which can cause some issues. As for pip, yes other programs can reuse the dependencies but this again has versioning issues for example one of my old projects still uses the older tui interface which is not compatible with the version dooit uses One thing you can do is directly get the prepared binary from releases or you can look into pipx which installs the application in isolation so that other programs are not affected. This takes up a little bit more space for example dooit binary for Mac OS takes up 10MB which is fairly small and should not be an issue :) |
Beta Was this translation helpful? Give feedback.
Well, you can say that but not everyone uses the same versions right?
For projects that are mature enough that the only changes will be mostly bug fixes/little improvements
But for example, dooit uses textual which is very much in the growing stage and changes pretty often if you look at their releases
That's also the reason I had to prepare a binary for AUR packages because the version of textual there was old and was not compatible with dooit's latest version
So in short, it depends on what you want to use :)
I hope it makes sense