Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with ~/.python_history #104

Open
IllDepence opened this issue Sep 4, 2020 · 0 comments
Open

Not working with ~/.python_history #104

IllDepence opened this issue Sep 4, 2020 · 0 comments

Comments

@IllDepence
Copy link

Hi,

I noticed that on my system the interactive console launched as python3 -m better_exceptions does not interact with ~/.python_history—i.e., neither old commands can be retrieved by pressing the arrow up key, nor do executed commands get appended to ~/.python_history.

Example:

15992249591

  1. Most recent command is a = 1
  2. In an interactive shell started as python3, pressing up results in a = 1 showing up.
  3. In an interactive shell started as python3 -m better_exceptions, arrow up is not understood.
  4. Execute b = 2 in a shell started with -m better_exceptions and close shell.
  5. b = 2 is not stored in ~/.python_history.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant