Changes between Version 4 and Version 5 of JSON1Extension
- Timestamp:
- Aug 14, 2020, 2:32:54 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSON1Extension
v4 v5 56 56 57 57 `As of Python 3.7`__, the official Python installer on macOS already includes the JSON1 58 extension by default. If you're using an earlier version of Python , you can follow the instructions59 for Linux above, but instead of setting the ``LD_PRELOAD`` environment variable, use 60 ``DYLD_LIBRARY_PATH``. For example::58 extension by default. If you're using an earlier version of Python or unofficial installers, 59 you can follow the instructions for Linux above, but instead of setting the ``LD_PRELOAD`` 60 environment variable, use ``DYLD_LIBRARY_PATH``. For example:: 61 61 62 62 export DYLD_LIBRARY_PATH=/usr/lib/sqlite3 … … 68 68 69 69 `As of Python 3.9`__, the official Python installer on Windows already includes the JSON1 70 extension by default. If you're using an earlier version of Python, you can do the following: 70 extension by default. If you're using an earlier version of Python or unofficial installers, 71 you can do the following: 71 72 72 73 .. __: https://github.com/python/cpython/commit/58d6f2ee3aeb699156d4784acccd2910d27982e7