我如何在Pycharm中将python shell退出到终端?

问题描述 投票:0回答:1

例如,我写了代码;

SyntaxError: invalid syntax
>>> python manage.py command
  File "<console>", line 1

python manage.py command*现在进入Shell,我无法返回Pycharm中的命令行

django command-line pycharm
1个回答
0
投票

有两种返回终端的方法

  1. exit()
  2. ctr + D
© www.soinside.com 2019 - 2024. All rights reserved.