Closed Nnnes closed 2 weeks ago
Workshop participant from FOSS4G EU here!
Including a Windows batch file equivalent to workshop/geopython-workshop-ctl.sh would help things run more smoothly for Windows users without requiring installation of WSL.
Running the existing shell script in Powershell works (on my machine), but requires WSL, as bash is a deprecated command that I believe now just functions as an alias for wsl.
bash
wsl
A batch file is advantageous over a .ps1 Powershell script because it does not require changing ExecutionPolicy.
.ps1
(I will submit a pull request with such a batch file shortly)
Workshop participant from FOSS4G EU here!
Including a Windows batch file equivalent to workshop/geopython-workshop-ctl.sh would help things run more smoothly for Windows users without requiring installation of WSL.
Running the existing shell script in Powershell works (on my machine), but requires WSL, as
bash
is a deprecated command that I believe now just functions as an alias forwsl
.A batch file is advantageous over a
.ps1
Powershell script because it does not require changing ExecutionPolicy.(I will submit a pull request with such a batch file shortly)