After installing Panda SDK with pip install panda3d==1.10.13 I have /usr/include/panda3d on my Ubuntu but I can not find /usr/lib/panda3d. Maybe I should install Panda SDK differently? How can I find panda libs location on my Ubuntu?
$ ls /usr/lib/panda3d
ls: cannot access '/usr/lib/panda3d': No such file or directory
PS. What I am actuall trying to do is to build great project I found on GitHub named Shaders for Beginners