Viewing File: /opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/general/tapset/python_local.stpm

# Set this to the location of the python 2 .so
@define PYTHON2_LIBRARY
%(
  "/usr/lib64/libpython2.7.so.1.0"
%)

# Set this to the location of the python 3 .so
@define PYTHON3_LIBRARY
%(
  "/usr/lib64/libpython3.4m.so.1.0"
%)
Back to Directory