标签: ruby shell
当我们运行这个ruby代码时:
IO.popen('cd ~/Desktop/workDir')
它将创建子shell来运行此cmd,并且工作目录将在子shell中更改,但是父shell。
所以,如果我想通过ruby更改parentShell的工作目录,我该怎么办呢?