5

There are like >50 debian packages to download and install if you do it manually.

Josh Pinto
  • 7,769
  • 22
  • 80
  • 128

2 Answers2

16

Not one click, but cut and paste this into a terminal window:

sudo apt-get install spyder
fabricator4
  • 8,295
  • 1
  • 34
  • 39
  • I've tried that but it needs several things I don't have, that's why I asked how to install all the prerequisites too. It requires python 2.6 and I have python 2.7.3. – Josh Pinto Oct 07 '12 at 22:01
  • That's the beauty of debian package management - it installs the dependencies automatically. It sounds like something is broken, can you past the results into your question please? – fabricator4 Oct 07 '12 at 22:02
  • Yeah something was broken I fixed it, and now it works perfectly thanks! – Josh Pinto Oct 08 '12 at 02:31
  • I cannot launch spyder after installing it via apt-get. The spyder icon in the dash is not working at all. When I type `spyder` in terminal, I get the startup error message `ImportError: No module named rich_ipython_widget` . Did anyone encounter similar problems? I'm using Ubuntu 14.04 and the (default) python version `2.7.6` – mcExchange Oct 14 '15 at 10:56
5

Open "Ubuntu Software Center" search for spyder and click on "Install."

user68186
  • 31,376
  • 12
  • 85
  • 112