Skip to content

Commit d3c04c2

Browse files
mbernasocchinyalldawson
authored andcommittedJan 18, 2019
add /usr/share/qgis/python/plugins to PYTHONPATH (#8877)
this is needed to find the correct processing (and db_manager and metasearch) (cherry picked from commit 6896ce9)
1 parent 1639c74 commit d3c04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.docker/qgis.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ COPY .docker/qgis_resources/supervisor/supervisor.xvfb.conf /etc/supervisor/supe
6565
# - deb installed
6666
# - built from git
6767
# needed to find PyQt wrapper provided by QGIS
68-
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis
68+
ENV PYTHONPATH=/usr/share/qgis/python/:/usr/share/qgis/python/plugins:/usr/lib/python3/dist-packages/qgis:/usr/share/qgis/python/qgis
6969

7070

7171
WORKDIR /

0 commit comments

Comments
 (0)
Please sign in to comment.