You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information: Describe the issue
Not sure if this is a bug of ArchLinux or a bug of ArchWSL.
In short, wsl will automatically handle Windows Environment Variable Path to Linux Environment Variable PATH.
However, paths like C:\Program Files\foo\ will not be converted correctly in ArchWSL, becoming Path=...:/mnt/c/Program:Files/foo/.
I have also tested it in official ubuntu distribution, it works perfectly however.
To Reproduce
echo$PATH
Expected behavior
Path should be converted correctly like /mnt/c/Program Files/foo
Screenshots
Enviroment:
Windows build number: 10.0.22631.3737
Security Software: None
WSL version 1/2: WSL2
ArchWSL version: 24.4.28.0
ArchWSL Installer type: zip clean
Launcher version: 24042000
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information:
Describe the issue
Not sure if this is a bug of ArchLinux or a bug of ArchWSL.
In short, wsl will automatically handle Windows Environment Variable
Path
to Linux Environment VariablePATH
.However, paths like
C:\Program Files\foo\
will not be converted correctly in ArchWSL, becomingPath=...:/mnt/c/Program:Files/foo/
.I have also tested it in official ubuntu distribution, it works perfectly however.
To Reproduce
Expected behavior
Path should be converted correctly like
/mnt/c/Program Files/foo
Screenshots
Enviroment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: