It has only to do with the act of correct observation, and by I mean a physical contact with all sorts of objects through all the senses

Golang 执行交互命令

go exec interact command like python

进程创建 Go 创建子进程 查找可执行程序 exec CMD 交互式命令实现 Golang 中执行一次性命令是比较简单的直接调用 exec.Cmd.Run() 即可,那怎么执行交互式的命令比如 python 我们想动态的执行一些 python 的命令并获取他们的结果,而不是直接执行一个 .py 的