Replies: 3 comments
|
Hm, I'm not quite sure about the correct behavior. Testing this under Windows and under WSL actually gives the cwd + |
|
To clarify: as far as I can see, the fake filesystem in this case behaves exactly like the real filesystem: |
|
As for the original question, how to set the home directory: setting |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Can I set the "home" folder
$HOMEon the faked filesystem?Currently
pathlib.Path('~').resolve()does result in '/~`.All reactions