Skip to content

Instantly share code, notes, and snippets.

@dch
Created March 22, 2013 21:33
Show Gist options
  • Save dch/5224928 to your computer and use it in GitHub Desktop.
Save dch/5224928 to your computer and use it in GitHub Desktop.
ansible in a virtualenv

easy_install virtualenv and then:

virtualenv ansible
source ansible/bin/activate
cd ansible
pip install git+git://github.com/ansible/ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment