ubuntu

Installing ino 0.3.6 on Ubuntu 12.10

The following steps outline how to no 0.3.6 on a fresh installation of Ubuntu 12.10

First, you'll want to update the existing packages.

$ sudo apt-get update

Install the python-distribute package to get the easy_install command

$ sudo apt-get install python-distribute

Now, use easy_install to install pip

$ easy_install pip

Next, go to the /tmp directory.

$ cd /tmp

get the ino source tarball

$ wget https://pypi.python.org/packages/source/i/ino/ino-0.3.6.tar.gz#md5=d2ca04f862ded04b19a5473467aff146

unarchive the ino tarball

$ tar zxf ino-*.tar.gz

navigate to the created directory

$ cd ino-*

now run the setup file to install ino

$ python setup.py install

more ino posts

more Ubuntu posts