我在Linux服务器上安装了Python 2.7(Red Hat Enterprise Linux Server 6.4版)。它运行完美,即使使用apache,使用wsgi等。但是当我添加新用户并尝试运行时,它返回错误:
[mynewuser@localhost ~]$ python2.7
python2.7: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
有什么问题?