...
pip will install the needed binaries for Ansible and Docker to ~/.local/bin. You may want to should run:
| Блок кода |
|---|
export PATH="$HOME/.local/bin:$PATH" |
to ensure these binaries are more readily available to you from the command line.
...
...
pip will install the needed binaries for Ansible and Docker to ~/.local/bin. You may want to should run:
| Блок кода |
|---|
export PATH="$HOME/.local/bin:$PATH" |
to ensure these binaries are more readily available to you from the command line.
...