wslpath command does not return the windows path for home directory #3146
Comments
WSL team says don't modify Linux files from Windows applications. |
Ah~~~ I forgot the prerequisite.
This is completely read only. |
This is by-design for now. Since modifying files inside your Linux file system can cause issues, we do not want to make it easier for users to shoot themselves in the foot. |
I see. I understand my demand is potentially dangerous. |
You may be able to work around this using https://brianketelsen.com/going-overboard-with-wsl-metadata/ if you read the post and pay special attention to the "Update" section at the end. |
@benhillis That's what |
I wanted to save ssh key generated with putty into ~/.ssh. Is it safe or is it not safe as per "Since modifying files inside your Linux file system can cause issues, we do not want to make it easier for users to shoot themselves in the foot." ? If it is safe, how can I know where is the ~/.ssh located? (from Windows perspective) |
Microsoft, you are certainly hell bent on destroying everything about Linux that makes Linux Linux, aren't you? Did you consider that you don't need to hand hold people at every turn, and that maybe treating your users like incompetent children frustrates the users you are trying to attract from the Linux world more than anything? |
There's more details about this in https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/ I think MS said they are going to lift this limitation in future Windows update. |
But still, this is not cool, I just want to open folder with virtualenv sources in windows, not to edit, but to open it in IDE |
Is this intended behavior? I expect following result:
env
The text was updated successfully, but these errors were encountered: