OpenCyphal-Garage / gui_tool

Legacy cross-platform GUI application for UAVCAN/CAN v0 bus management and diagnostics. Does not support UAVCAN v1; for that, see Yukon.
http://legacy.uavcan.org
MIT License
85 stars 53 forks source link

Add brew postinstall python3 #39

Closed lpatiny closed 4 years ago

lpatiny commented 5 years ago

in order to install pip3 and had first to execute brew postinstall python3

pavel-kirienko commented 5 years ago

One Mac enthusiast has reported that this command has no effect on the installation (I can't test it myself since I don't have any Apple hardware around). According to the documentation, it merely repeats the post-install actions, which doesn't seem necessary in this context.

Could you clarify the intent of this addition?

lpatiny commented 5 years ago

Apparently it may depend on brew version in but my case it was required

https://stackoverflow.com/questions/34573159/how-to-install-pip3-on-my-mac

My version of brew is Homebrew 2.1.2

pavel-kirienko commented 5 years ago

Okay, let's describe that in a comment instead. Like, "If you're running an old version of Homebrew, you may need to run brew postinstall python3 afterward." Would you agree?