I am currently on python project with bunch of people on GitHub.
I noticed that every time I want to download codes and run on my side, or my teammate side, we have to edit file path to their own working directly in order to read files.
Is there anyway to standardize the working directly and skip the process for everyone trying to run the code in their local environment?
Thank you!