Download and install Vagrant
https://www.vagrantup.com/downloads.html
Read the docs!
https://www.vagrantup.com/docs/
Download and install VirtualBox
Read the docs!
https://www.vagrantup.com/docs/
Download and install VirtualBox
http://docs.python-guide.org/en/latest/dev/virtualenvs/
mkdir ansible_ve
cd ansible_ve
virtualenv venv
source venv/bin/activate
sudo easy_install ansible
When you are done working in the virtual environment for the moment, you can deactivate it:
deactivate
UNDER CONSTRUCTION
UNDER CONSTRUCTION