-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not seeing .env in 2.0.0beta 4 #59
Comments
I had to help someone with this a few days ago. The .env should be in the main project folder, not the bin folder. Try the following:
If that does not work, I think the person finally resolved the issue with |
ok good, the way I understood it was in the main project. Uninstall and re-install did not work, but using -e did the trick though thanks. May want to put some documentation in the Readme or the .env Appreciate the quick help. |
@danhausman thanks for confirming. I need to ensure this is setup correctly for seamless upgrades, I probably need to update |
Sounds good, if you need me to test or try anything let me know. I am happy to help. |
I had the same problem on Windows.
fixed the issue. Note that the |
This issue should be caused by the fact we are now formally installing the script. The installed copy is not tied back to the cloned repository once installed unless done with the Given that users will not throw a In the future, this package will be uploaded to PyPi (issue #15), in which case users will not have the repository cloned at all. Some hypothetical search paths:
Any thoughts here, @danhausman @AndrewPardoe? |
@highvolt-dev This will probably not work for windows but /usr/local/share/etc or /usr/local/share/ |
Running on a raspberry pi, It is not seeing the .env file when I run python3 bin/tmo-monitor.py
I put the .env in the bin folder, then second guessed myself and put in in the tmo-monitor-2.0.0-beta4 folder. No luck either way.
The text was updated successfully, but these errors were encountered: