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
もう1つの解決策は、ランチャースクリプトを手動で削除することです。
$ which sbt /Users/bam/bin/sbt $ rm /Users/bam/bin/sbt
また、sbtoptsとsbtopts.defaultを/ usr / local/etcから手動で削除する必要があります。