Skip to content

Commit

Permalink
update #833
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimowb committed Apr 9, 2024
1 parent d98fa61 commit 3d48959
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/usr_section/usr_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,14 @@ Install QGIS as described here https://www.qgis.org/en/site/forusers/alldownload
import sys; sys.executable
It shows the path of the python executable QGIS is using, usually ``/usr/bin/python3``. It should be the same path as
the command ``which python3`` executed in the Terminal returns! Close QGIS.
It shows the path of the python executable that QGIS is using, usually it is ``/usr/bin/python3``.
We need to ensure that additional python packages get installed into the same python environment.
This is the case if the command ``which python3`` returns the path of the python executable
shown in QGIS!

If not, please use the full path, e.g. ``/usr/bin/python3`` instead of ``python3`` in the following steps.

Close QGIS.

#. Create a `virtual python environment <https://docs.python.org/3/library/venv.html>`_ in a directory of your choice (e.g. ``~/.virtualenvs/enmapbox``):

Expand Down

0 comments on commit 3d48959

Please sign in to comment.