Supervisord: Command not found on macos

I’m running “vagrant up” on macOS. I receive the error:
/tmp/vagrant-shell: line 1: supervisord: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong. How can I fix this???

Hey there,
It looks like Vagrant is executing a command on the remote machine, expecting that supervisord is available. However, there really isn’t enough information here to determine what the issue is. Could you share your Vagrantfile and a debug log?

Thanks!