【发布时间】:2020-08-15 23:54:36
【问题描述】:
python -m cProfile -s time circuit.py < tests/5devadas13.in
我在哪里可以在 python 中输入这些东西?我没有任何IDE。我用闲置。我试过在 cmd 和 idle 中输入它,但没有工作
【问题讨论】:
python -m cProfile -s time circuit.py < tests/5devadas13.in
我在哪里可以在 python 中输入这些东西?我没有任何IDE。我用闲置。我试过在 cmd 和 idle 中输入它,但没有工作
【问题讨论】:
Python 可能不在 PATH 中。将带有 python(.exe) 的目录添加到您的 PATH:https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path
【讨论】:
tests/5devadas13.in 看起来不像 cmd 中的有效路径,它使用 `` 作为分隔符。