Ask Your Question
2

What is the correct method to install python-devel on RedHat x86_64?

asked 2021-06-10 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-04-03 08:00:00 +0000

woof gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-10 11:00:00 +0000

Seen: 8 times

Last updated: Apr 03 '22