Skip to content

Instantly share code, notes, and snippets.

@maguri
Last active April 2, 2016 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maguri/14933be9c079355451158763acc44495 to your computer and use it in GitHub Desktop.
Save maguri/14933be9c079355451158763acc44495 to your computer and use it in GitHub Desktop.
#...
config.vm.synced_folder ".", "/home/vagrant/vagrant_data"
#...
config.vm.provision "shell", inline: <<-SHELL
sudo apt-get update
sudo apt-get install -y python3 python3-dev python3-pip
sudo pip3 install Django
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment