You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update database path to support both PyPI and editable installs
- Check if package-relative data directory exists and is writable
- Use package-relative path for editable installs (backwards compatible)
- Fall back to runtime directory for PyPI installs
- Use os.environ.get('HOME') instead of ~ for better portability
0 commit comments