We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b974c commit 3f36815Copy full SHA for 3f36815
Vagrantfile
@@ -9,6 +9,7 @@ Vagrant.configure("2") do |config|
9
sudo apt-get install python3 -y
10
sudo apt-get install python3-pip -y
11
sudo pip3 install nose
12
+ sudo apt-get install inotify-tools -y
13
SCRIPT
14
15
config.vm.synced_folder "", "/home/vagrant/diy-lang"
0 commit comments