2026年6月4日星期四

Homebrew 逻辑

不同芯片路径不同:Apple Silicon:/opt/homebrew,Intel:/usr/local

执行:brew install node 会装到 /opt/homebrew/Cellar/node/版本号/


Homebrew 会把命令链接到 /opt/homebrew/bin/node

终端里能直接运行 node 是因为 /opt/homebrew/bin 是在 PATH 当中

没有评论:

发表评论

Root 你的 Android Stuido 虚拟机

Android Stuido 的虚拟机的内核文件叫:kernel-ranchu 在类似: ~/Library/Android/sdk/system-images/android-36/google_apis_playstore/arm64-v8a/kernel-ranchu 的路...