﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31882	JSONField for SQLite on macos - cannot set DYLD_LIBRARY_PATH	zach valenta	nobody	"Trying to use `JSONField` with SQLite on macOS [Mojave 10.14]. 

I followed the instructions for how to enable SQLite's `JSON1` extension but was unable to set `DYLD_LIBRARY_PATH` as an environmental variable.

{{{
# attempt to export
$ export DYLD_FALLBACK_LIBRARY_PATH=path/to/dir
# no stdout
$ env | rg DYLD
}}}

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].

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?"	Uncategorized	closed	Uncategorized	3.1	Normal	invalid		Sage Abdullah	Unreviewed	0	0	0	0	0	0
