Replies: 1 comment
-
The config path (and data save path) is hard-coded to go in the users home directory. Lines 53 to 59 in 02acbd1 You could manually change that path in your copy of the code. I suppose there could be a check to see if that default path exists, and if it doesn't then write the config file to the current location. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Brian,
I am attempting to deploy Herbie as part of a Lambda function in AWS. The issue is that Lambda functions can only write to a specific "/tmp" folder. This throws an error when init.py is run since it is trying to create a directory for the config file (Line 82). Do you know if there is a way to change or specify the config path?
Beta Was this translation helpful? Give feedback.
All reactions