Skip to content
Snippets Groups Projects
  • Tiezhu Yang's avatar
    FAQ: Update LD_LIBRARY_PATH and PYTHONPATH · 9b6b05a6
    Tiezhu Yang authored
    
    libbcc.so is actually installed to /usr/lib64 instead of
    /usr/local/lib in my computer system:
    
    $ find /usr -name libbcc.so
    /usr/lib64/libbcc.so
    
    And also we can find out bcc-python:
    
    $ find /usr/lib -name bcc
    /usr/lib/python2.7/site-packages/bcc
    
    It is better to use one line command to export environment
    variable LD_LIBRARY_PATH and PYTHONPATH.
    
    Signed-off-by: default avatarTiezhu Yang <yangtiezhu@loongson.cn>
    9b6b05a6