Skip to content

Instantly share code, notes, and snippets.

View kylerichardson's full-sized avatar

Kyle Richardson kylerichardson

View GitHub Profile
@kylerichardson
kylerichardson / mailman31-centos7-setup.md
Last active July 15, 2017 23:15
Initial setup of mailman3 on CentOS 7

Setup mailman3 for testing on CentOS 7

Install Python3 using IUS repos

  1. Download and install IUS release rpm
    curl -L -O https://centos7.iuscommunity.org/ius-release.rpm
    yum install ./ius-release.rpm
    
  2. Install python 3.6 and pip