/vagrant-python-env

Simple Python dev enviroment Vagrant box - Python 3.4 + Ubuntu 14

Primary LanguageShell

vagrant-python-env

Simple Python dev enviroment Vagrant box - Python 3.4 + Ubuntu 14

#Dependencies

  • Vagrant
  • VirtualBox

#Get started

From your command-line run:

curl -L https://raw.githubusercontent.com/adionditsak/vagrant-python-env/master/init.sh | bash

This will create a vagrant-python-env/ dir. Change directory into it. Download the Vagrantfile + provision.sh files, and start your new box up.

When done reload it, and ssh into it to use.

Eventually do sudo su - to be root.