I want to import some .so files in my python code which is using bazel. For this i have to set LD_LIBRARY_PATH before running the program other wise I am getting an error
ImportError: libsquishrunnerlib.so: cannot open shared object file: No such file or directory
But I want to do this using bazel or some otherway because I don't like the idea of setting the env variable on every machine my program has to run