'Python Pathing Issue
So i don't have any code to show because this isn't a code issue. I have my pathing for Python set to this: C:\Users\USERNAME\AppData\Local\Programs\Python\Python310;C:\Users\stone\AppData\Local\Programs\Python\Python310\Scripts but in command prompt it still paths: C:\Users\USERNAME> and delivers a "errno 2" error whenever I try to run a file. The only way I have gotten files to actually launch is to move the .py folders to the username folder.
Solution 1:[1]
I had this issue before in the past and what I ended up doing is reinstalling python and making sure to hit the "add to path" option. Sorry I don't have a better way but that is what worked for me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vincenzo Scotto Di Uccio |
