Commit ed1d9f12 by Michael DeHaan

Merge pull request #2345 from leucos/patch-2

Update gettingstarted.rst
parents 2d575ddd 9c6b28c2
......@@ -39,6 +39,8 @@ also need:
then allows you to use everything else. (That's jumping ahead
though.)
Ansible does not run with Python 3.
Getting Ansible
```````````````
......@@ -190,6 +192,9 @@ If you have python3 installed on Arch, you probably want to symlink python to py
$ sudo ln -sf /usr/bin/python2 /usr/bin/python
You can also use the ansible_python_interpreter variable for hosts that have python
pointing to python3
If you would like to package Ansible for Homebrew, BSD, or others,
please stop by the mailing list and say hi!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment