From 4aac448b0677383605f3cc6f65bfda3dc311aacb Mon Sep 17 00:00:00 2001 From: Michel Blanc Date: Fri, 20 Apr 2012 21:34:44 +0200 Subject: [PATCH] Adds AUR link for Arch build Adds URL to AUR ansile page Adds suggestion to symlink python to python2 since most Arch users have python3 by default. This suggestion might not be wise, though it doesn't seem to break anything. It might be probably wiser to have a patch for the AUR build that takes care of this. --- rst/gettingstarted.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rst/gettingstarted.rst b/rst/gettingstarted.rst index fb5a449ee7d..548cd20dbfa 100644 --- a/rst/gettingstarted.rst +++ b/rst/gettingstarted.rst @@ -94,6 +94,11 @@ Other Package Distributions Debian packages are in progress. +`Arch PKGBUILD is available on AUR `_ +If you have python3 installed on Arch, you probably want to symlink python to python2.:: + + sudo ln -sf /usr/bin/python2 /usr/bin/python + If you would like to package Ansible for Homebrew, BSD, or others, please stop by the mailing list and say hi.