OneDrive folder included in all interpreter paths, can't figure out why
Whenever I create a new interpreter the default paths always include my OneDrive folder. Where would this be coming from?
My OneDrive has about a TB of stuff in it and it has no relationship to the work I'm doing. It takes forever to index so I always have to manually remove it.
The project is located in c:/sgit/ADPRJ/[redacted]_worktree_1 and I cannot figure out where this would be inherited from. I've checked the system path and combed the PyCharm settings. It is really annoying and would love to know how to make it not the default.

Please sign in to leave a comment.
Hi, please check your PYTHONPATH env variable, you probably have this path there.
It was a path issue. I didn't realize that Windows has "User variables" and "System variables" and was only checking the system ones. Once I found the user variables I was able to remove it and fix the issue.