If I do python3 -c "import os; print(os.getcwd())" it gives me correct current working directory.
python3 -c "import os; print(os.getcwd())"
But if I print it in the code from the projects m