Fork me on GitHub
摘要: 清理操作顺序 1.清理 Homebrew brew cleanup --prune=all && brew autoremove 2.扫描空间 #看看占用最重的 sudo ncdu / 3.删除 Xcode/模拟器缓存 #查看Xcode和CommandLineTools du -sh /Applic 阅读全文
posted @ 2025-05-06 21:26 秋夜雨巷 阅读(176) 评论(0) 推荐(0)
摘要: R安装 官方下载 https://cloud.r-project.org/bin/macosx/ 下载 .pkg 安装包(如 R-4.4.0.pkg),双击安装包,按提示安装即可 homebrew安装 brew install r brew install libgit2 #检查R是否安装成功 R 阅读全文
posted @ 2025-05-06 17:02 秋夜雨巷 阅读(273) 评论(0) 推荐(0)