/vagrant-void-python3

a Vagrant box with Python 3 + pip

Primary LanguageMakefile

vagrant-void-python3: a Vagrant box with Python 3 + pip

VAGRANT CLOUD

EXAMPLE

$ cd amd64/test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && sudo pip3 install bashate && which bashate"
/usr/bin/bashate

RUNTIME REQUIREMENTS

Recommended

BUILDTIME REQUIREMENTS

EXPORT

$ sh -c "cd amd64 && make vagrant-void-python3-amd64.box"
$ sh -c "cd i386 && make vagrant-void-python3-i386.box"