How to run terminal (MacOS) via NativeProcess? #3641
-
Hi! Have anyone ever tried to run On my MacOS Sonoma, when I run my code, the terminal showed up on the Docker (that was not expected behavior, it should be hidden), and I can't get anything from the standard output/error channel. When I close the terminal on the Docker, I got an EXIT event with Any ideas are welcome! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Terminal is a UI app though so I'd expect it to appear. What are you trying to achieve? Probably look to run the command that you are wanting to run in a terminal directly via NativeProcess, eg |
Beta Was this translation helpful? Give feedback.
Terminal is a UI app though so I'd expect it to appear. What are you trying to achieve?
Probably look to run the command that you are wanting to run in a terminal directly via NativeProcess, eg
/bin/ls