python3: error while loading shared libraries: libpython3.7m.so.1.0

python3: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

 

Linux安装Python3.7 install后,需要把库路径添加到/usr/lib

#cp libpython3.7m.so.1.0 /usr/lib/

#ldconfig

需要执行ldconfig才能生效

posted @ 2018-08-07 19:24  kong326  阅读(4053)  评论(0)    收藏  举报