From 23e627c35c1445cb70486d1a3dde1f167823bd99 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 11 Jan 2024 20:38:46 -0500 Subject: [PATCH] Update development_on_linux.rst fix PYTHONPATH --- doc/development/development_on_linux.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/development/development_on_linux.rst b/doc/development/development_on_linux.rst index efb919e1fe5..eb45793ee82 100644 --- a/doc/development/development_on_linux.rst +++ b/doc/development/development_on_linux.rst @@ -40,7 +40,8 @@ Run Tribler by executing the following commands: .. code-block:: bash - tribler/src/tribler.sh > tribler.log + export PYTHONPATH=/opt/tribler_env/lib/python3.11/site-packages + tribler/src/tribler.sh > tribler.out 2> tribler.err Alternatively, you can run the latest stable version of Tribler by downloading and installing the .deb file from `here `__. This option is only recommended for running Tribler and is not suitable for development.