Skip to main content
  1. Posts/

Install uWSGI (latest) on Ubuntu Server 10.10

·1 min

uWSGI is a fast, self-healing, WSGI server. It is typically used with Python web applications. It works very well with the Cherokee Web Server and the Django web application framework.

To install the latest uWSGI use pip and the URL for the latest version of uWSGI:

```bash
sudo apt-get install libxml2-dev build-essential python-dev python-pip
sudo pip install http://projects.unbit.it/downloads/uwsgi-latest.tar.gz


Simple as that.

You should [follow me on Twitter](https://twitter.com/davidltaylor).