Skip to content

Commit 1a5ce77

Browse files
authored
Update troubleshooting.md
1 parent f40f58e commit 1a5ce77

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

WSL/troubleshooting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ fi
5959
The correct way on Debian is to remove above lines.
6060
You may also append $PATH during the assigment like below, but this lead to some [other problems](https://salsa.debian.org/debian/WSL/-/commit/7611edba482fd0b3f67143aa0fc1e2cc1d4100a6) with WSL and VSCode..
6161

62-
```
63-
if [ "`id -u`" -eq 0 ]; then
64-
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
65-
else
66-
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:$PATH"
67-
fi
68-
```
69-
7062
For more information, please refer to issue [5296](https://github.com/microsoft/WSL/issues/5296)
7163

7264
### Error: 0x1bc when `wsl --set-default-version 2`

0 commit comments

Comments
 (0)