linux下安装python后不能运行怎么办

python

问题:

(推荐教程:Python入门教程)

安装python后运行出现“./python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory”问题。

解决方法:

1、打开/etc/ld.so.conf文件;

2、在最后附加一行libpython2.7.so.1.0所在的路径,我这里是/usr/local/lib。

3、保存后执行:

/sbin/ldconfig

/sbin/ldconfig -v

以上是 linux下安装python后不能运行怎么办 的全部内容, 来源链接: utcz.com/z/529284.html

回到顶部