This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
|
Because the wslpy is currently built as the same Windows support as |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the convert function of
WSLPY(in the convert.py file), you use the python code conversion . But since Windows 10 build 17046 (Windows 10 April 2018 Update [source]) so a long time ago a command line tool calledwslpathwas added toWSLto convert Windows <=> Linux path. One can call it from WSL on any distribution from scratchA minimal python code snippet
This method ensures good compatibility with all versions that support
wslpath. This feature was added 3 years ago. So why use a custom conversion instead of calling the wslpath command internally to ensure a perfect result on any computer regardless of the version of Windows or the configuration of the distribution?Beta Was this translation helpful? Give feedback.
All reactions