Я не могу определить, где ipython хранит свою историю.
а. Нет ~/.pythonhistory:
12:49:00/dashboards $ll ~/.py*
ls: /Users/steve/.py*: No such file or directory
б. Ничего особенного в файле запуска python:
12:49:07/dashboards $echo $PYTHONSTARTUP
/shared/.pythonstartup
12:49:43/dashboards $cat /shared/.pythonstartup
import rlcompleter
import readline
readline.parse_and_bind("tab: complete")
с. НО: у меня есть много истории, доступной в ipython, когда я запускаю ее.
Итак, где хранится эта история?
ОБНОВЛЕНИЕ ответ от @Stefano привел правильный путь: вот фактический путь
13:30:05/shared $ll ~/.ipython/profile_default/history.sqlite
-rw-r--r-- 1 steve staff 372736 Jun 3 12:48 /Users/steve/.ipython/profile_default/history.sqlite