After installing Anaconda, I noticed that I no longer had readline support in sqlite3. I checked which sqlite3 and indeed it now points the Anaconda version. When I invoke the version @ /usr/bin/sqlite3 (not sure the provenance of that - I think I obtained it via homebrew), readline support is fine.
After installing Anaconda, I noticed that I no longer had readline support in sqlite3. I checked
which sqlite3and indeed it now points the Anaconda version. When I invoke the version @/usr/bin/sqlite3(not sure the provenance of that - I think I obtained it via homebrew), readline support is fine.