简体   繁体   English

神秘的python消息自制

[英]cryptic python message homebrew

.app bundles were installed.
Run `brew linkapps python3` to symlink these to /Applications.

What does the above message mean? 以上消息是什么意思? Why should I run brew linkapps python3, or why not? 为什么我应该运行brew linkapps python3,或者为什么不运行?

It means the python3 formula installed some .app bundles (eg the IDLE Python IDE). 这意味着python3公式安装了一些.app捆绑包(例如IDLE Python IDE)。 These .apps need to be visible outside of the Homebrew prefix for Spotlight etc to find them and Homebrew promises not to write outside of the Homebrew prefix without explicit permission from you. 这些.app必须在Spotlight等Homebrew前缀之外可见,才能找到它们,并且Homebrew承诺未经您的明确许可,不得在Homebrew前缀之外进行编写。 Running brew linkapps will symlink the apps into ~/Applications so that they become visible to the system as applications. 运行brew linkapps会将符号链接到〜/ Applications中,以便它们作为应用程序对系统可见。

It's not necessary to run brew linkapps unless you want to use IDLE. 除非您想使用IDLE,否则不必运行brew linkapps

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM