Skip to content

Commit

Permalink
add /usr/share/qgis/python/plugins to PYTHONPATH (#8877)
Browse files Browse the repository at this point in the history
this is needed to find the correct processing (and db_manager and metasearch)

(cherry picked from commit 6896ce9)
  • Loading branch information
mbernasocchi authored and nyalldawson committed Jan 18, 2019
1 parent 1639c74 commit d3c04c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis.dockerfile
Expand Up @@ -65,7 +65,7 @@ COPY .docker/qgis_resources/supervisor/supervisor.xvfb.conf /etc/supervisor/supe
# - deb installed
# - built from git
# needed to find PyQt wrapper provided by QGIS
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/share/qgis/python/plugins:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis


WORKDIR /
Expand Down

0 comments on commit d3c04c2

Please sign in to comment.