Running Supervisor

This section makes reference to a BINDIR when explaining howto run the supervisord and supervisorctlcommands. This is the “bindir” directory that your Pythoninstallation has been configured with. For example, for aninstallation of Python installed via ./configure—prefix=/usr/local/py;make;makeinstall, BINDIR wouldbe /usr/local/py/bin. Python interpreters on differentplatforms use a different BINDIR. Look at the output ofsetup.pyinstall if you can’t figure out where yours is.