安装python后2.7.13版本找不到运行python,因为找不到python库:
然后我尝试使用以下行安装链接:
ln -s /opt/rh/python27/root/usr/bin/python2/libpython2.7.so.1.0 /lib64/libpython2.7.so.1.0
然后再试一次,出现以下错误:
python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: Error 20
然后我通过以下链接重新安装所有python库:https://centos.pkgs.org/6/ius-i386/python27-libs-2.7.13-2.ius.centos6.i686.rpm.html
python via terminal现在可以运行,但是运行bash脚本vi crontab不起作用,有人知道为什么吗?