Skip to content

Commit

Permalink
Update development_on_linux.rst
Browse files Browse the repository at this point in the history
fix PYTHONPATH
  • Loading branch information
Dmole authored Jan 12, 2024
1 parent 42dc620 commit 23e627c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/development/development_on_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/tribler/tribler/releases/>`__. This option is only recommended for running Tribler and is not suitable for development.

Expand Down

0 comments on commit 23e627c

Please sign in to comment.