Skip to content

Instantly share code, notes, and snippets.

@nik0811
Forked from thiagomarini/readme.sh
Created December 23, 2020 21:49
Show Gist options
  • Select an option

  • Save nik0811/67dd911500a23896bec9a7bc0eea1da1 to your computer and use it in GitHub Desktop.

Select an option

Save nik0811/67dd911500a23896bec9a7bc0eea1da1 to your computer and use it in GitHub Desktop.
How to install supervisor on Amazon Linux
# Install it as a yum package instead of throgh pip (will save you from lots of hassle)
# first get epel
sudo amazon-linux-extras install epel
# then install supervisor
sudo yum install supervisor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment