Questions tagged [winpty]

6 questions
41
votes
1 answer

Winpty and Git Bash

I had the same issue as Python not working in the command line of git bash, where in Git Bash, when I type Python, it just hangs. However, typing winpty python works perfectly. What exactly is winpty? Why is the above command useful?
Nico
  • 463
  • 1
  • 5
  • 6
1
vote
0 answers

The terminal process failed to launch: A native exception occurred during launch (Error launching WinPTY agent: agent executable does not exist: '

The terminal process failed to launch: A native exception occurred during launch (Error launching WinPTY agent: agent executable does not exist: '\?\C:\Users\AppData\Local\Programs\Microsoft VS…
1
vote
0 answers

Windows docker, specifying named volume under winpty command line causing includes invalid characters problem

I want to run docker in Git Bash under Windows. If use docker run --rm -ti -v my-vol:/myvol my_volume_test:latest under Cmd/Powershell, all is good. But to use docker under Git Bash, I need to prefix the command with winpty, that's where the…
xpt
  • 13,224
  • 19
  • 76
  • 149
0
votes
1 answer

Is there support for WinPty in mingw-w64?

Context: we are building cross-platform application from linux (ubuntu). We use the available mingw-w64 from ubuntu packages (v7.0.0-2 at the time of writing). We would like to start using the Windows ConPTY API (aka pseudo-console). Is there…
0
votes
0 answers

winpty: error: cannot start 'gitall': Not found in PATH

i am using git bash to pull staff from bitbucket. Problem occurs when running the gitall command inside git bash. After update of git this command will not pull SSH rep, only single git pull command works. Executing "$ gitall pull" error…
0
votes
1 answer

Android Studio terminal not opening/working

I got following error while trying to open Android Studio terminal. Cannot open Local Terminal Failed to start [cmd.exe] in D:/NirapodBima See your idea.log (Help | Show Log in Explorer) for the details. As per error log instruction went to…
Swapon
  • 119
  • 2
  • 10