Last active
January 24, 2017 22:47
-
-
Save masaeedu/fbdbf4d087f8c8ee7601c6164b363067 to your computer and use it in GitHub Desktop.
Install ansible with babun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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