Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 Mac 中删除 SBT(简单构建工具)。我该怎么做呢?
这取决于你如何安装它。如果它是通过自制软件完成的,您应该只在命令行中运行:
$ brew uninstall sbt
另一种解决方案是手动删除启动器脚本
$ which sbt /Users/bam/bin/sbt $ rm /Users/bam/bin/sbt
您还需要从 /usr/local/etc 手动删除 sbtopts 和 sbtopts.default