Replies: 1 comment 3 replies
-
By default, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I recently installed Poetry on Windows and everything seemed to install correctly. However, while trying to set the PATH, I couldn't find the relevant directory. After some trial and error, I noticed a discrepancy in the directory listings between PowerShell and Python.
When listing the contents of the
C:\Users\me\AppData\Roaming
directory, there are discrepancies between the outputs of PowerShell and Python.PowerShell Output:
Python Output:
Observations:
Differences in Output:
pypoetry
andPython
.Microsoft
directory with special attributes (d---s-
).Potential Issues:
Request for Help:
os.listdir()
?Beta Was this translation helpful? Give feedback.
All reactions