在Ubuntu中打开spyder [英] Open spyder in ubuntu

查看:85
本文介绍了在Ubuntu中打开spyder的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在ubuntu中打开spyder(Python IDE).

I want to open spyder(Python IDE) in ubuntu.

通常,我会在外壳中编写"spyder",这将打开spyder IDE.

Normally I would write "spyder" in the shell, and it would open the spyder IDE.

现在,当我在shell中编写spyder时,它只是换行了,什么也没发生(类似于按"enter"键).

Now when I write spyder in the shell, it just new lines, and nothing happens(similar to pressing 'enter').

---我如何取回我的间谍?

--- How do I get my spyder back?

编辑-我没有收到任何错误,只是跳到了下一行.

EDIT - I get no errors, it just skips to the next line.

推荐答案

如果键入"spyder"不起作用,则可能需要尝试键入"spyder3",以防安装了spyder3版本.以下是在我的Ubuntu系统中对我有用的东西.

If typing "spyder" doesn't work, you might want to try typing "spyder3" in case you installed the spyder3 version. Below is what worked for me in my Ubuntu system.

要通过pip安装spyder(我的python版本是3.6.2),我使用了:

To install spyder via pip (my python version is 3.6.2), I used:

 pip install spyder

然后,我必须安装另一个软件包:

Then, I had to install another package:

 pip install PyQtWebEngine

最后,要打开Spyder窗口,请在终端中输入

Finally, to open the Spyder window, I typed into my terminal:

 spyder3

这篇关于在Ubuntu中打开spyder的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆