hasen's tech life

Twitter: @hasen

pipコマンドで,Supervisorを入れた.

pipコマンドで,Supervisorを入れた.

$ pip install supervisor
> Supervisor requires Python 2.4 or later but does not work on any version of Python 3
$ pyenv local 2.7.9
$ pip install supervisor
$ pyenv rehash
$ echo_supervisord_conf
$ echo_supervisord_conf > supervisord.conf -c ./