我已经通过安装了 Ansible pip3,但找不到 Ansible 命令(ansible --version、ansible-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)