Commit 9b6b05a
FAQ: Update LD_LIBRARY_PATH and PYTHONPATH
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: Tiezhu Yang <[email protected]>1 parent f604646 commit 9b6b05a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments