I have a python script that runs succesfully from within pycharm terminal, setup as a virtual enviroment, but not from the windows terminal. I haven't set any windows enviroment variables.
Python is throwing FileNotFoundError
when the script is loading external text files.
I came across this thread: Script running in PyCharm but not from the command line and i think the working directory is not correct when running from the windows terminal.
I do not understand the discrepancy. What does Pycharm different than the windows terminal? and how do i fix it?