如何在自制软件中安装特定版本的公式?例如,postgresql-8.4.4而不是最新的9.0.
对自制程序不太熟悉。jq我正在尝试通过运行从 1.6降级到 1.3.1
brew install jq@1.3.1
Run Code Online (Sandbox Code Playgroud)
但我不断收到
Warning: No available formula with the name "jq@1.3.1".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
Run Code Online (Sandbox Code Playgroud)
作为我的错误响应。
我已经尝试过了brew install jq@1.3,brew install jq=1.3没有brew install jq==1.3成功。有什么建议吗?