How to install python3-dev in CentOS?

Published 13 Jan, 2023

Reading time: 1 Mins


You can install python3-dev package in yum using the python3-devel

When you’re working with Amazon workspaces ( amazon linux 2 ) or the Centos, RedHat where you have the package manager called yum. To install use the package called python3-devel

sudo yum install python3-devel