Skip to content

Commit f40f58e

Browse files
Apply suggestions from code review
1 parent 088e072 commit f40f58e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WSL/troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Lastly, if your issue is related to the Windows Terminal, Windows Console, or th
3737
## Common issues
3838

3939
### `command not found` when executing windows .exe in linux
40-
User can run Windows executables like notepad.exe directly from linux. Sometimes, you may hit "command not found" like below:
40+
Users can run Windows executables like notepad.exe directly from Linux. Sometimes, you may hit "command not found" like below:
4141
```
4242
$ notepad.exe
4343
-bash: notepad.exe: command not found
4444
```
4545

46-
If there is no win32 paths in your $PATH, interop isn't going to find the .exe.
47-
You can verify it by `echo $PATH` in Linux. It's expected that win32 path(for example, /mnt/c/Windows) is in the output.
48-
If you can't find it, most likely PATH is overwriten by Linux shell.
46+
If there are no win32 paths in your $PATH, interop isn't going to find the .exe.
47+
You can verify it by running `echo $PATH` in Linux. It's expected that you will see a win32 path (for example, /mnt/c/Windows) in the output.
48+
If you can't see any Windows paths then most likely your PATH is being overwritten by your Linux shell.
4949

5050
Here is a an example that /etc/profile on Debian contributed to the problem:
5151
```

0 commit comments

Comments
 (0)