Skip to content

Instantly share code, notes, and snippets.

@masaeedu
Last active January 24, 2017 22:47
Show Gist options
  • Save masaeedu/fbdbf4d087f8c8ee7601c6164b363067 to your computer and use it in GitHub Desktop.
Save masaeedu/fbdbf4d087f8c8ee7601c6164b363067 to your computer and use it in GitHub Desktop.
Install ansible with babun
# Watch out for babun installation asspains. Immediately after babun install, cd to .babun folder and run ./update.bat
# See babun/babun#702
pact install curl python python-devel python-setuptools python-crypto openssl openssl-devel libffi-devel gcc-g++ vim git wget;
# If you've somehow ended up with python < 2.7.9 just give up and shoot yourself in the head now
# Try this first though
pact update python
# If you still don't have the right python, try using easy_install or get_pip.py to install from source or some curl'd down wheel
# What were we doing again?
# Oh yeah, assuming you have python 2.7.9+ now, run:
pip install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment