如何在macOS上通过Homebrew安装Ansible20

时间:2017-01-30 12:11:40

标签: macos ansible homebrew

直到几个月前,我已经做了很多次。

由于版本现已弃用,这些步骤似乎已发生变化?

1)brew tap homebrew/versions

2)brew search ansible

3)返回ansible@2.0作为选项

4)brew install ansible20

5)最后brew install homebrew/versions/ansible20

但我现在收到以下回复

Warning: Use ansible20 instead of deprecated homebrew/versions/ansible20 Error: No available formula with the name "homebrew/core/ansible20" ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> Searching taps... Error: No formulae found in taps.

/core/没有相同的公式吗?版本怎么了?

1 个答案:

答案 0 :(得分:1)

您可以在核心中使用ansible@2.0代替ansible20

只需运行brew install ansible@2.0

摘自https://github.com/Homebrew/homebrew-versions

  

这个点击已被弃用,因为自制软件/核心已开始支持多个版本。所有广泛使用的可构建公式都将迁移到自制/核心。   在版本文档中了解有关此迁移的更多信息。

摘录自http://docs.brew.sh/Versions.html("版本文档"上文提及)

  

在Homebrew /版本中,GCC 6的公式被命名为gcc6.rb,并开始Gcc6类<式。在Homebrew / core中,这个相同的公式名为gcc@6.rb,并开始于GccAT6类<式。