I have a lot of environment variables listed in Python man page, but it lacks variable for history file path. I'd like to use something like PYTHONHISTFILE to set default path for history.
Version: 3.8.2
Maybe someone know where I can post request to add feature of that kind?
(Apr-21-2020, 07:59 PM)Larz60+ Wrote: [ -> ]use pyenv see: https://python-forum.io/Thread-pyenv-Sim...ight=pyenv
You will have history, and also be able to switch versions at will
I found it clumsily to use version manager just for changing history file path. Moreover my notebook is too slow to build every new version of Python.