Skip to content

Commit 352daf6

Browse files
authored
WSL2 clarification (#1567)
* add network troubleshooting hint
1 parent 0209b0b commit 352daf6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@ MS Windows users
116116

117117
1. Install `"Windows Subsystem for Linux 2" (WSL2) and Docker Desktop <https://docs.docker.com/docker-for-windows/wsl/#prerequisites>`_
118118
2. Install `Debian from the Microsoft Store <https://www.microsoft.com/en-us/p/debian/9msvkqc78pk6>`_
119-
3. Set Debian as your default WSL 2 distro: ``wsl --set-default debian``
120-
4. Reboot if you have not yet already.
121-
5. Launch Debian and follow the Linux instructions above (``apt-get install cwltool`` or use the ``venv`` method)
119+
3. Set Debian as your default WSL 2 distro: ``wsl --set-default debian``.
120+
4. Return to the Docker Desktop, choose `Settings → Resources → WSL Integration <https://docs.docker.com/desktop/windows/images/wsl2-choose-distro.png>`_ and under "Enable integration with additional distros" select "Debian",
121+
5. Reboot if you have not yet already.
122+
6. Launch Debian and follow the Linux instructions above (``apt-get install cwltool`` or use the ``venv`` method)
123+
124+
Network problems from within WSL2? Try `these instructions <https://github.com/microsoft/WSL/issues/4731#issuecomment-702176954>`_ followed by ``wsl --shutdown``.
122125

123126
``cwltool`` development version
124127
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)