mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
update README for python on (at least) Ubuntu systems. Setup thanks to tyhicks
This commit is contained in:
parent
c803c34558
commit
b8195dad31
1 changed files with 8 additions and 1 deletions
9
README
9
README
|
@ -57,7 +57,14 @@ Building and Installing AppArmor Userspace
|
|||
------------------------------------------
|
||||
|
||||
To build and install AppArmor userspace on your system, build and install in
|
||||
the following order.
|
||||
the following order. Some systems may need to export various python-related
|
||||
environment variables to complete the build. For example, before building
|
||||
anything on these systems, use something along the lines of:
|
||||
|
||||
$ export PYTHONPATH=$(realpath libraries/libapparmor/swig/python)
|
||||
$ export PYTHON=/usr/bin/python3
|
||||
$ export PYTHON_VERSION=3
|
||||
$ export PYTHON_VERSIONS=python3
|
||||
|
||||
|
||||
libapparmor:
|
||||
|
|
Loading…
Add table
Reference in a new issue