Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 765 Bytes

File metadata and controls

29 lines (20 loc) · 765 Bytes

Basic python dev framework with virtualenv and virtualenvwrapper

Prerequisite

Usage

Assuming you have met the above requirements to provision a new Vagrant VM:

    $ cd folder Vagrantfile
    $ vagrant up
    $ vagrant ssh

Specification

The above will build a VM running Ubuntu with the following installed and configured:

1. Puppet (for provisioning)
2. Git
3. Python
4. virtualenv
5. virtualenvwrapper

Created by Michal Wiacek