-
Notifications
You must be signed in to change notification settings - Fork 253
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
[Question] Specify winpty.exe via Environment Variable #692
Comments
Why are you asking? winpty should be is shipped with node-pty and it gets imported relatively here: node-pty/src/windowsPtyAgent.ts Lines 77 to 89 in efbf8eb
|
I installed is with pnpm and it cannot find winpty automatically.
After I download winpty by myself and added it to PATH, is can run. And I cannot find |
winpty is definitely compiled after yarn is run (or npm i after #721). Maybe this is an issue with pnpm? |
Environment details
Issue description
Is it possible to specify
winpty.exe
full path via Environment Variable? I installed it in MSYS2 but I don't what to expose all bins to my PATH.The text was updated successfully, but these errors were encountered: