-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Default env for packaged apps #1693
Conversation
@Chavithra I've adjusted the Note: The pros for this:
The cons for this:
the code is identical for the both platforms. The difference is only what's on this image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked for me on the build. Although I had to do this still on the .spec file.
import sys
sys.path.insert(0, 'C:\Users\Andrew\Desktop\gamestonk MASTER FILE\GamestonkTerminal')
Then it could find "openbb_terminal.loggers"
But both files for statsmodel and linearmodels came in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me.
Introduces 3 things
REPO_PATH