Basic python dev framework with virtualenv and virtualenvwrapper
Assuming you have met the above requirements to provision a new Vagrant VM:
$ cd folder Vagrantfile
$ vagrant up
$ vagrant ssh
The above will build a VM running Ubuntu with the following installed and configured:
1. Ansible (for provisioning)
2. Git
3. Python
4. virtualenv
5. virtualenvwrapper
Created by Michal Wiacek