【发布时间】:2017-03-16 00:58:53
【问题描述】:
我想通过 Windows PowerShell 命令使用 IPython 的 shell 命令功能 !,但很多似乎都不起作用。具体来说,当我从 PowerShell 启动 IPython 时,我想使用常用的 Powershell 命令,方法是使用 ! 转义它们,就像我在 bash 中所做的那样。但是,例如,!cat、!ni、!rm 和 !cp 都返回错误,
'<command>' is not recognized as an internal or external command
operable program or batch file.
为什么这些在 PowerShell 中不起作用,我该如何解决?
【问题讨论】:
标签: powershell ipython