Conversation
Contributor
|
可以在目录名称上添加一个工具名称比如:lab01-ansible ,这样方便识别。 |
seanly
reviewed
Apr 28, 2022
|
|
||
| ### 1.1 在 macOS 上安装【开发环境】 | ||
|
|
||
| 下面是在操作系统版本 macOS 12.3 (21E230) 上的安装过程,其中第四个步骤需要按实际情况修改。 |
Contributor
There was a problem hiding this comment.
下面的这句话 export PATH="$PATH:/Users/martinliu/Library/Python/3.8/bin" ,不同的用户路径不一样,不同的安装工具安装路径不一样,可以写一下您使用的安装工具
|
|
||
| 步骤如下: | ||
|
|
||
| 1. 运行命令 `dnf install ansible -y` |
Contributor
There was a problem hiding this comment.
一般我们不推荐这种安装方式,会统一 pip3 工具安装,并且锁定安装版本,因为不同版本差异还是比较大,有些语法会出现错误。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
提交最后评审。