multiple side-by-side versions with Homebrew?

前端 未结 3 547
囚心锁ツ
囚心锁ツ 2021-02-03 17:28

Is it possible to install multiple versions side-by-side with Homebrew?

I find myself in a situation needing sbt-0.7.x, sbt-0.10.x and sbt-0.11.0. I\'ve installed both s

3条回答
  •  既然无缘
    2021-02-03 17:54

    Yeah. When you install a new version of a package, it keeps the old one. The symlinks in /usr/local/bin or wherever point to the latest version, but you can still call the binaries (or link to the libraries) in the older version.

    brew list to see what's installed. You can look in package directories to see all the versions; or call brew list --versions to see all packages and all versions.

提交回复
热议问题