wslpath
wslpath copied to clipboard
wslpath - Converts Unix and Windows format paths in WSL
How should I uninstall this? sudo apt-get --purge remove wslpath did not work
I was trying to convert an Ubuntu installation to WSL2 and kept getting error ``` ./bin/wslpath: Can't create 'bin/wslpath' bsdtar: Error exit delayed from previous errors. ``` Your script moves...
I setup WSL Ubuntu in VScode but I still can't run my code in the right path with wslpath. How to fix this problem? This is my settings.json `{ "code-runner.runInTerminal":...
I found that the /tmp/ folder is actually in `C:\Users\username\AppData\Local\lxss\rootfs\tmp\`. I patched my wslpath with his on line 97 ``` $tempOutput = slashJoin(lxssPath(), "rootfs", "\\"); $output = slashJoin($tempOutput, $path, "\\");...
After a Windows reinstall, Ubuntu was installed differently, and the users' ~ path was in a different Windows location, now it is here: > C:\Users\\{name}\AppData\Local\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\ I am not sure if...
When I run 'wslpath -w /mnt/c', it returns C:\WINDOWS\system32\c. I would expect it to return C:\ or something similar. Running wslpath with different paths works as expected. $ wslpath -u...