Changes between Initial Version and Version 1 of Ticket #31882
- Timestamp:
- Aug 13, 2020, 11:11:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31882
- Property Cc added
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #31882 – Description
initial v1 3 3 I followed the instructions for how to enable SQLite's `JSON1` extension but was unable to set `DYLD_LIBRARY_PATH` as an environmental variable. 4 4 5 ```sh 5 {{{ 6 6 # attempt to export 7 7 $ export DYLD_FALLBACK_LIBRARY_PATH=path/to/dir 8 8 # no stdout 9 9 $ env | rg DYLD 10 ``` 10 }}} 11 11 12 Based on Stack Overflow, inability to set this env var is the result of a [ macOS security policy](https://stackoverflow.com/search?q=DYLD_LIBRARY_PATH+macos).12 Based on Stack Overflow, inability to set this env var is the result of a [https://stackoverflow.com/search?q=DYLD_LIBRARY_PATH+macos macOS security policy]. 13 13 14 Should the [ docs for JSONField using SQLite](https://code.djangoproject.com/wiki/JSON1Extension)be updated? Is there a commonly used workaround to this problem in the Django community?14 Should the [https://code.djangoproject.com/wiki/JSON1Extension docs for JSONField using SQLite] be updated? Is there a commonly used workaround to this problem in the Django community?