ProjectInitializationAutomation
ProjectInitializationAutomation copied to clipboard
.env: No such file or directory
Hi, I can't run the project, have a few issues. I am on MacOS
-
it doesn't "recognize" / can't read my .env file
-
Initialized empty Git repository in /Users/magomedvoraev/.git/ => it initialises git in a different FILEPATH from what I have in .env, so I thought I could maybe change
path = os.getenv("FILEPATH")
intopath = myActualPathThatIWant
but EVEN THEN it doesn't recognise the path...... -
from github import Github
doesn't work for me. Any ideas ?