Provisioning Development requests sudo, gives /bin/sh: lsb_release: command not found

So I found a troubleshooting topic for this error:

  • Check status of nfs-kernel-server systemctl status nfs-kernel-server for errors like exportfs: Failed to stat /path : No such file or directory . Then create the missing directory or remove the line from /etc/exports and restart the nfs-kerne-server sysctemctl start nfs-kernel-server

Also on that page check the section For OS X, sudoers should have this entry: and ensure those changes.