如何在Spyder 3中使用Python 3?

Googlebot

我让Spyder2在Ubuntu 16.04上运行Python 2.7。我通过安装了Spyder3

sudo apt-get install spyder3

Spyder3同时也运行Python 2.7。

我什至spyder通过pip

sudo pip install spyder --upgrade

但Spyder3仍基于Python 2.7。

乔治·乌多森

获得成功的正确方法是:

sudo pip3 install spyder

并看到此:

sudo apt install spyder3

也可以。也许您需要先卸载spyder2,然后再安装spyder3

在此处输入图片说明

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何在Python 3中使用Slugify?

如何在Spyder(Anaconda 3)上安装PIL?

如何在Python 3中使用cmp()?

如何在Python 3中使用raw_input

如何在python 3中使用urllib?

如何在Python 3中使用wxPython?

如何在Python 3中使用绝对导入来导入位于其父目录中的包?

如何在Python 3.4中使用pip 3?

如何在sqlite3中使用python中的模式文件创建db文件

如何在Anaconda(Python 3)中使用Spyder解决此编码问题?

如何在Python 3中使用input()读取文件

如何在整个spyder3中应用深色主题

Pandas:如何在python3中的混合类型多索引中使用切片?

如何在Python 3中使用Turtle绘制Circle

如何在Python 3中使用具有多个参数的多重处理?

我如何在sublimetext 3中使用python

如何在Python 3中使用PDFminer.six?

如何在Python 3中使用请求抓取数据绕过单选按钮?

如何在Python 3中使用urllib中的basejoin

如何在python3中使用AST递归简化数学表达式?

如何在python3中使用Asterisk AGI?

如何在python3中使用pyclbr搜索__main__模块?

如何使Spyder IDE在Ubuntu 12.04 LTS中使用Python 3?

如何在Python3中的MatLab的imshow()中使用'xdata'

如何在 OpenCV 3 中使用 Python 中的 PCACompute 函数?

如何在 Python 3 中使用 exit()

如何在python3中使用python2 input()函数?

如何在python3中使用selenium在javascrip站点中选择下拉列表?

如何在Python3中使用beautifulsoup查找配對內容