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才能生效
浙公网安备 33010602011771号