Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add /usr/share/qgis/python/plugins to PYTHONPATH
this is needed to find the correct processing (and db_manager and metasearch)
  • Loading branch information
mbernasocchi committed Jan 16, 2019
1 parent 4e6a730 commit b656fac
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 b656fac

Please sign in to comment.