Commit | Line | Data |
---|---|---|
2a60d5d0 JR |
1 | ====================== |
2 | Using the python agent | |
3 | ====================== | |
4 | ||
5 | To build the agent: | |
6 | ||
7 | $ ./configure --enable-python-agent | |
8 | ||
9 | The configure script is set to look for the first python version >= 2.7. | |
10 | To build the agent against another version of python: | |
11 | ||
12 | $ export PYTHON=<python path> | |
13 | $ ./configure --enable-python-agent |