【求助】我安装了python,APP菜单里不显示
Tofloor
poster avatar
wei_pan
deepin
2020-01-21 21:14
Author
python安装完了,但是app菜单找不到启动按钮,怎么回事

Reply Favorite View the author
All Replies
avatar
wei_pan
deepin
2020-01-21 21:17
#1
我用的是 ./configure     make    makeinstall命令,也没报什么问题啊
Reply View the author
avatar
彩虹工作室
deepin
2020-01-21 21:58
#2
终端输入 python -V
出来版本号为3.8.1,就表示安装成功了
Reply View the author
avatar
enforcee
deepin
2020-01-21 22:03
#3
一般来说文本界面的应用是没有启动器的

要在终端里执行
Reply View the author
avatar
superendermansm
deepin
2020-01-21 22:52
#4
一般来说这种东西启动器是没有的,你已经安装好了,那就可以直接用了
Reply View the author
avatar
wei_pan
deepin
2020-01-22 07:24
#5
https://bbs.deepin.org/post/188186
一般来说这种东西启动器是没有的,你已经安装好了,那就可以直接用了

问题是怎么用啊,我从哪里启动呢,我是初学,我在win下装的,还有个IDEL什么的,这个什么都没有吗,我只能用第三方的工具吗
Reply View the author
avatar
wei_pan
deepin
2020-01-22 07:28
#6
https://bbs.deepin.org/post/188186
一般来说文本界面的应用是没有启动器的

要在终端里执行

是可以了,谢谢。
Reply View the author
avatar
wei_pan
deepin
2020-01-22 07:29
#7
https://bbs.deepin.org/post/188186
终端输入 python -V
出来版本号为3.8.1,就表示安装成功了

是可以了,谢谢。
Reply View the author
avatar
lcsee
deepin
2020-01-22 07:37
#8
3.8.1比系统里自带的3.5.3有何区别?
Reply View the author
avatar
RedPanda
deepin
2020-01-22 19:55
#9
如果你想用python自带的idle,那就直接命令行里下载一下。其实建议直接用anaconda。毕竟集成了各种库
Reply View the author
avatar
wei_pan
deepin
2020-01-22 20:25
#10
https://bbs.deepin.org/post/188186
如果你想用python自带的idle,那就直接命令行里下载一下。其实建议直接用anaconda。毕竟集成了各种库 ...

我是初学的,你说的这个我也想试试,请问怎么安装呢
Reply View the author
avatar
wei_pan
deepin
2020-01-22 20:27
#11
https://bbs.deepin.org/post/188186
3.8.1比系统里自带的3.5.3有何区别?

我也不知道,以前是在win下面装的,装完有个IDLE可以调出界面来,我以为这个没有,就直接在官网下载了一个安装
Reply View the author
avatar
jian555gg
deepin
2020-01-22 21:45
#12
这种没图标的
Reply View the author
avatar
ritter
deepin
2020-01-23 13:46
#13
https://bbs.deepin.org/post/188186
是可以了,谢谢。

哪里可以了?你这是python2,不是3.8。
Reply View the author
avatar
wei_pan
deepin
2020-01-23 20:34
#14
https://bbs.deepin.org/post/188186
哪里可以了?你这是python2,不是3.8。

可是我装的就是3.8啊
Reply View the author
avatar
ritter
deepin
2020-01-24 00:54
#15
python都是自带的,不用安装,但是自带的版本低,你要用高版本的就用python虚拟环境比较安全。
python=python2
python3=python3
所以你要用python3就要在终端输入python3.
Reply View the author
avatar
hay马
deepin
2020-01-24 17:30
#16
NoDisplay=true
是/uer/share/applications里的desktop文件的属性的缘故。你把上面这句话删除就可以了。




Reply View the author
avatar
wei_pan
deepin
2020-01-24 17:45
#17
https://bbs.deepin.org/post/188186
NoDisplay=true
是/uer/share/applications里的desktop文件的属性的缘故。你把上面这句话删除就可以了。

好的,我试一下,多谢了
Reply View the author
avatar
RedPanda
deepin
2020-01-24 18:24
#18
wei_pan 发表于 2020-1-22 12:25
我是初学的,你说的这个我也想试试,请问怎么安装呢

清华的镜像源里就有anaconda3的安装包。下一个直接运行就好了
Reply View the author
avatar
李逍遥mx
deepin
2020-01-24 18:35
#19
python是命令行的
Reply View the author