sol-eng / wbi

CLI for installing and configuring Posit Workbench
MIT License
5 stars 0 forks source link

Fix prereq issue with RHEL 7 Python installation #183

Closed tnederlof closed 1 year ago

tnederlof commented 1 year ago

Installing the Posit Python binaries on RHEL 7 requires libev-devel which is no longer available in EPEL for RHEL 7. Instead need to do: yum-config-manager --enable rhel-7-server-rhui-extras-rpms in additional to enabling EPEL.