I have trying to run python script from the terminal but getting the next error message :
ImportError: libpython2.7.so.1.0: cannot open shared object file: N
Adding to the Correct answer:
Multiple question on how to the following : Then paste line /opt/rh/python27/root/usr/lib64 to file /etc/ld.so.conf
The correct way to do this add a new file in /etc/ld.so.conf.d/, and add the line above in that file.