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

cmd shell is not having access to command history #1811

Open
abulgher opened this issue Nov 15, 2024 · 0 comments
Open

cmd shell is not having access to command history #1811

abulgher opened this issue Nov 15, 2024 · 0 comments

Comments

@abulgher
Copy link

Current behavior

I cannot access cmd (windows prompt) history when I enter an environment shell using hatch shell .

Expected behavior

I was expecting to push arrow up to get the last inserted command, but nothing happens. Pressing & holding F7 does not show the list of last commands.

Additional context

History is working normally, if I activate the shell manually with path\to\env\Scripts\Activate.

Debug

Installation

  • Source: pip
  • Version: 1.13.0
  • Platform: Windows 11 Enterprise
  • Python version:
    3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
    

Configuration

mode = "local"
project = ""
shell = ""

[dirs]
project = []
python = "isolated"
data = "C:\\Users\\bulghao\\AppData\\Local\\hatch"
cache = "C:\\Users\\bulghao\\AppData\\Local\\hatch\\Cache"

[dirs.env]

[projects]

[template]
name = "***********"
email = "*******"

[template.licenses]
headers = true
default = [
    "MIT",
]

[template.plugins.default]
tests = true
ci = false
src-layout = true

[terminal.styles]
info = "bold"
success = "bold cyan"
error = "bold red"
warning = "bold yellow"
waiting = "bold magenta"
debug = "bold"
spinner = "simpleDotsScrolling"
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