How can I install python3-dev in Oracle Linux?
yum install python3-dev
is not working.
It gives a message:
No package python3-dev available.
I need python3-dev to convert a python script to Linux executable using Cython.
I tried to search rpm files, that also did not work.