ProjectInitializationAutomation icon indicating copy to clipboard operation
ProjectInitializationAutomation copied to clipboard

.env: No such file or directory

Open magvor-js opened this issue 4 years ago • 0 comments

Hi, I can't run the project, have a few issues. I am on MacOS

  1. it doesn't "recognize" / can't read my .env file

  2. 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") into path = myActualPathThatIWant but EVEN THEN it doesn't recognise the path......

  3. from github import Github doesn't work for me. Any ideas ?

magvor-js avatar Jan 18 '21 10:01 magvor-js