You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,41 +89,67 @@ Some algorithms (DPV) don't parallelize in Windows; the standalone installer doe
88
89
Official [guide](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps), nevertheless here are the main steps for setting up Debian with QGIS:
89
90
- Prerequisites: Windows 10 Build 19044+ or Windows 11 (for WSL2 with GUI)
90
91
91
-
1. Virtualization must be enabled (usually is, but restart to bios or uefi setup and check, else the next step will fail)
92
+
1. Virtualization must be enabled (usually is, but restart to bios or uefi to setup and check, else the next step will fail)
92
93
2. Activate the Windows Subsystem for Linux (WSL) additional feature (Start > Search >`Turn Windows features on or off`> checkbox `Windows Subsystem for Linux`, needs restarting)
93
-
3. Install Debian Linux distribution from the Microsoft Store or typein PowerShell
94
+
3. On the WSL Settings App, make sure `gui apps` is enabled and, if needed, set maximum shared space less than the 1TB default
@@ -134,7 +161,7 @@ Official [guide](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-app
134
161
## OSGeo4W installer
135
162
- Official [OSGeo4W installer](https://qgis.org/resources/installation-guide/#osgeo4w-installer) guide
136
163
- QGIS gets installed in `C:\OSGeo4W\bin\qgis-bin.exe`
137
-
- To use QGIS's python you must open the OSGeo4W shell and activate the environment
164
+
- To use QGIS's python you must open the OSGeo4W shell and activate the environment, this is the wrapper:
138
165
```batch
139
166
C:\OSGeo4W>cd bin
140
167
C:\OSGeo4W\bin> python-qgis.bat
@@ -145,8 +172,8 @@ Official [guide](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-app
145
172
146
173
## Standalone installer
147
174
- Official QGIS [standalone](https://qgis.org/resources/installation-guide/#standalone-installers) guide
148
-
- QGIS gets installed in `C:\Program Files\QGIS 3.40.2\bin\qgis-bin.exe`
149
-
- To use QGIS's python you must open the OSGeo4W shell and activate the environment
175
+
- QGIS gets installed in`C:\Program Files\QGIS 3.40.2\bin\qgis-bin.exe`. The downside is that the version varies with every update, needing full reinstallation (use OSGeo4W if you want quick auto updates and no path changes)
176
+
- To use QGIS's python you must open the OSGeo4W shell and activate the environment, this is the wrapper:
0 commit comments