Skip to content

Instantly share code, notes, and snippets.

@yonglai
Created February 10, 2018 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonglai/6de3c044e9b8da0b656d732fd6a22ab1 to your computer and use it in GitHub Desktop.
Save yonglai/6de3c044e9b8da0b656d732fd6a22ab1 to your computer and use it in GitHub Desktop.
#!/bin/bash
tar -xvf PyYAML-3.12.tar.gz && tar -xvf Jinja2-2.2.6.tar.gz
cd PyYAML-3.12
python setup.py install
cd ../Jinja2-2.6
python setup.py install
cd ../ansible
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment