Install spyder on Ubuntu 16.04

How to install spyder on Ubuntu 16.04?

Ubuntu Tutorial: In this tutorial you will learn to install spyder on Ubuntu 16.04.

Welcome to my Ubuntu tutorial website. Today, I will teach you to install spyder on Ubuntu 16.04.

Spyder is an open source cross-platform integrated development environment the IDE, which was previously known as Pydee. This IDE is used for scientific programming using the Python programming language. This software well integrates with the many Python packages like NumPy, SciPy, Matplotlib and IPython.


In this tutorial we are learning to install Spyder on Ubuntu 16.04 LTS server.




In Ubuntu apt-get tool is used and we will also use this tool to install spyder on Ubuntu 16.04.

Here are steps for Install spyder on Ubuntu 16.04:

Step 1: Update system

First of update you system with following command:

sudo apt-get update

Step 2: Install spyder

After updating the system you should install it with the following command:

sudo apt-get install spyder

Above command will ask admin password and after that it will install spyder on Ubuntu 16.04.

Check more details at: How to Install spyder on Ubuntu 16.04?

Thanks

Comments

Popular posts from this blog

MySQL Maven Dependency

Install gadmin-samba on Ubuntu 16.04

Install libavcodec-dev on Ubuntu 16.04