geopython-workshop icon indicating copy to clipboard operation
geopython-workshop copied to clipboard

Add support for Windows users with no WSL

Open Nnnes opened this issue 7 months ago • 0 comments

Fixes #176.

Added win-geopython-workshop-ctl.bat for Windows users who have not installed WSL. It is as close to a direct translation of geopython-workshop-ctl.sh as I could manage; I believe I have tested all commands to function identically and have identical outputs as long as Docker is properly installed.

I have used Windows line terminators \r\n. Switching to Unix line terminators \n should be done with caution, but should be OK as long as no CALL or GOTO operators are introduced.

Feel free to ping me if changes are made to geopython-workshop-ctl.sh.

Nnnes avatar Jul 08 '24 09:07 Nnnes