fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[lttng-ust.git] / doc / python-agent.txt
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
This page took 0.030488 seconds and 4 git commands to generate.