Open ahmed-f-alrefaie opened 3 years ago
Included fix to allow the database to be stored somewhere else. It can be done by exporting: export PYLC_CACHE_DIR=/path/to/cache
export PYLC_CACHE_DIR=/path/to/cache
If it is not set then it defaults back to the home folder
The issue came about when running in Darwin as it does not allow you to write to the home folder when run as a job.
Included fix to allow the database to be stored somewhere else. It can be done by exporting:
export PYLC_CACHE_DIR=/path/to/cache
If it is not set then it defaults back to the home folder
The issue came about when running in Darwin as it does not allow you to write to the home folder when run as a job.