Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can install python-devel on RedHat x86_64 by following these steps:

  1. Open up your terminal.

  2. Type in the following command:

sudo yum install python-devel
  1. Press enter and wait for the installation process to complete.

  2. Once the installation is complete, verify the installation by typing in the following command:

python -c "import sys; print(sys.version)"
  1. If the installation was successful, you should see the version number of Python displayed.

Congratulations! You have now successfully installed python-devel on RedHat x86_64.