赞
踩
在linux中查找python第三方库的位置。 有时候我们需要手动添加一些库。
python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"