PIP Tornado Python Ubuntu 18.10 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install the Latest Python 2.x/3.x Tornado 5+ Web Server/Framework with PIP on Ubuntu 18.10 Cosmic GNU+Linux Desktop.
And Tornado for Ubuntu 18.10 is an Amazing Piece of Python Software that is Both a Web-Framework and a Non-Blocking Web-Server.
The Non-Blocking Structure of the Server Allow to Easily Scale Up to Handle and Mantains Thousands of Simultaneous Active Connections.
Especially Relevant, there are 2 main Ways for Installing Tornado with PIP or with with Anaconda Python.
Finally, to the article Bottom you find a Link to Getting-Started with Tornado 5+ Python Server/Framework.
-
Open Terminal Window
Ctrl+Alt+t
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing PreRequisite Packages.
sudo apt install build-essential python-dev python-pycurl python-simplejson
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
How to Install Python 2/3 Pip on Ubuntu
Ubuntu Pip Installation Setup -
Installing the Tornado 5+ Python Server/Framework.
For Python 2.x:
sudo pip install tornado
For Python 3.x:
sudo pip3 install tornado
-
Quick-Start with Tornado Server/Framework Development
Tornado Hello-World Quick Start
How to Install Google-Chrome Web Browser on Ubuntu:
Installing Google-Chrome Web Browser on Ubuntu Linux Distro.