Python不会打开shell

时间:2017-02-15 07:38:44

标签: python python-2.7 shell

我认为它被称为shell。一个人编写并运行python的窗口。
我已经安装了python 2.7.135;它从命令行运行,但在点击dolphin中的python齿轮图标时不会打开。

michaeleric@michaeleric-Inspiron-1750:~/Desktop/Python-2.7.13$ ls  
aclocal.m4     config.log      configure      Doc             install-sh   
LICENSE        Makefile.pre    Modules        PC              pyconfig.h
Python         RISCOS          build          config.status   configure.ac    
Grammar        Lib             Mac            Makefile.pre.in Objects        
PCbuild        pyconfig.h.in   python-gdb.py  setup.py        config.guess  
config.sub     Demo            Include        libpython2.7.a  Makefile     
Misc           Parser         pybuilddir.txt  python          README 
Tools

我错过了什么吗?

当我在win7上安装时,它打开了一个我可以编程,保存和运行的shell。在kubuntu 14.xx我只能在命令行中打开它。

2 个答案:

答案 0 :(得分:0)

你必须通过comandline运行它。 将cmd目录运行到目录,然后在不单击

的情况下键入python类型

答案 1 :(得分:-1)

我认为你应该为这个问题增加更多的背景和清晰度。 根据我的理解,Python在Windows环境中捆绑了IDLE - 一个编写程序和运行的窗口,另一个用于查看执行结果。 Live Example

您可以安装Python IDE(PyCharm,Sublime)等,或者只使用裸骨python shell。如果linux机器是本地的,那么你也可以自己运行IDLE。