Skip to content

Commit

Permalink
Add new lookup location for QGIS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan committed Feb 13, 2024
1 parent 2cd237b commit fadaf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qgis_venv_creator/create_qgis_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def _find_qgis_installations(cls, custom_search_path_pattern: str | None = None)
possible_qgis_installation_generators = [
Path("C:/Program Files").glob("QGIS*/apps/qgis*/"),
Path("C:/OSGeo4W/apps").glob("qgis*/"),
Path("C:/OSGeo4W64/apps").glob("qgis*/"),
]

if custom_search_path_pattern is not None:
Expand Down

0 comments on commit fadaf2d

Please sign in to comment.