Skip to content

Commit

Permalink
Add hint on making ansible executable be found
Browse files Browse the repository at this point in the history
See issue pypa/pip#3813
  • Loading branch information
bittner authored Aug 13, 2018
1 parent 45635c1 commit 6923757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ to run this playbook. Using Python 3 is recommended on modern systems, e.g.
```bash
$ sudo apt-get install python3-pip
$ pip3 install --user ansible
# ... and if your shell can't find the ansible-playbook executable:
$ export PATH="$HOME/.local/bin:$PATH"
```

How Does It Work?
Expand Down

0 comments on commit 6923757

Please sign in to comment.