Skip to content

Instantly share code, notes, and snippets.

@kimjayney
Forked from thiagomarini/readme.sh
Created May 18, 2021 16:08
Show Gist options
  • Save kimjayney/c407d63e5bb833f33be108c27a3c915a to your computer and use it in GitHub Desktop.
Save kimjayney/c407d63e5bb833f33be108c27a3c915a 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