问题:
Your PATH contains spaces, TABs, and/or newline (\n) characters.
This doesn't work. Fix you PATH.
- 编辑/etc/wsl.conf加入一些字段:
[interop]
enabled = false
appendWindowsPath = false
- 重启wsl
powershell:
wsl --shutdown
问题:
Your PATH contains spaces, TABs, and/or newline (\n) characters.
This doesn't work. Fix you PATH.
[interop]
enabled = false
appendWindowsPath = false
wsl --shutdown