python shell找不着啊
Tofloor
poster avatar
红豆
deepin
2020-03-11 04:52
Author
deepin应用商店里没有shell,哪款软件能代替shell 的功能?
Reply Favorite View the author
All Replies
avatar
heisen
deepin
2020-03-11 05:50
#1
shell???  不知道你要表达什么
如果是 bash/shell 那么他就是系统自带的,就像windows的cmd不需要安装

如果是 python 那么 你只需要在终端输入:
sudo apt install python3
Reply View the author
avatar
观摩
deepin
2020-03-11 18:21
#2
  1. python
  2. Python 2.7.16 (default, Apr  6 2019, 01:42:57)
  3. [GCC 8.3.0] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code


  1. python3
  2. Python 3.7.3 (default, Apr  3 2019, 05:39:12)
  3. [GCC 8.3.0] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code



这两个版本都自带的有
Reply View the author