【发布时间】:2021-08-22 18:08:15
【问题描述】:
我已经在 Windows 10 中安装了 Anaconda,我可以在 cmd 中使用一些 Linux 命令(如“ls”和“pwd”)运行 IPython,但是当我尝试运行“mv”命令时 "
mv some_file.txt ~/myproject/
它给出了错误:
File "<ipython-input-28-304da5ec8c93>", line 1.
谁能告诉我运行这个shell代码的正确格式是什么 命令提示符 IPython。
【问题讨论】: