Skip to content

Commit

Permalink
Merge pull request #10 from nickytonline/update-mac-python3-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Jul 19, 2021
2 parents a5ace7e + d006788 commit bb0dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ We can't wait to see the community you selfhost with Forem!

- Git
- [Python 3.x](https://www.python.org/downloads/) and pip3
- macOS: `brew install pip3` **Note: this will likely use Python 3 at `/usr/local/bin/python3`, _not_ `/usr/bin/python3`, requiring that you set `ansible_python_interpreter` to `/usr/local/bin/python` in inventory or via extra vars (eg `-e ansible_python_interpreter=/usr/local/bin/python`)**
- macOS: `brew install python3` **Note: this will likely use Python 3 at `/usr/local/bin/python3`, _not_ `/usr/bin/python3`, requiring that you set `ansible_python_interpreter` to `/usr/local/bin/python` in inventory or via extra vars (eg `-e ansible_python_interpreter=/usr/local/bin/python`)**
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html): `ansible-core` 2.11 or greater (provided by Ansible 4.0.0)
- [Butane](https://github.com/coreos/butane/blob/master/docs/getting-started.md#getting-butane)
- Mac OS: `brew install butane`
Expand Down

0 comments on commit bb0dd93

Please sign in to comment.