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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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\Roamingdirectory, there are discrepancies between the outputs of PowerShell and Python.PowerShell Output:
Python Output:
Observations:
Differences in Output:
pypoetryandPython.Microsoftdirectory with special attributes (d---s-).Potential Issues:
Request for Help:
os.listdir()?Beta Was this translation helpful? Give feedback.
All reactions