Cleanup: move unused function to deprecated symbol list
[lttng-ust.git] / doc / python-agent.txt
CommitLineData
2a60d5d0
JR
1======================
2 Using the python agent
3======================
4
5To build the agent:
6
7$ ./configure --enable-python-agent
8
9The configure script is set to look for the first python version >= 2.7.
10To build the agent against another version of python:
11
12$ export PYTHON=<python path>
13$ ./configure --enable-python-agent
This page took 0.071057 seconds and 4 git commands to generate.