小编Jin*_*ude的帖子

通过 pip3 安装 Ansible,但未找到 Ansible 命令

我已经通过安装了 Ansible pip3,但找不到 Ansible 命令(ansible --versionansible-playbook等)

以下列表显示 Ansible 是通过以下方式安装的pip3

:~# pip3 list  | grep ansible
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
ansible (3.1.0)
ansible-base (2.10.7)
Run Code Online (Sandbox Code Playgroud)

但我找不到任何文件或任何内容,/usr/bin并且找不到命令:

:~/.ansible# ls -ltrha
total 12K
drwx------ 3 root root 4.0K Feb  3 11:42 .
drwx------ 3 root root 4.0K Mar 19 …
Run Code Online (Sandbox Code Playgroud)

pip installation python3 ansible debian-stretch

8
推荐指数
1
解决办法
3万
查看次数

标签 统计

ansible ×1

debian-stretch ×1

installation ×1

pip ×1

python3 ×1