Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update development_on_linux.rst #7813

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update development_on_linux.rst
fix PYTHONPATH
  • Loading branch information
Dmole committed Jan 12, 2024
commit 23e627c35c1445cb70486d1a3dde1f167823bd99
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
Loading