Install fails on Ubuntu 15.04
mac@mac-desktop:~$ sudo git clone git://github.com/marshall/logcat-color.git
Cloning into 'logcat-color'...
remote: Counting objects: 309, done.
remote: Total 309 (delta 0), reused 0 (delta 0), pack-reused 309
Receiving objects: 100% (309/309), 410.58 KiB | 507.00 KiB/s, done.
Resolving deltas: 100% (130/130), done.
Checking connectivity... done.
mac@mac-desktop:~$ cd logcat-color
mac@mac-desktop:~/logcat-color$ ls -al
total 80
drwxr-xr-x 5 root root 4096 Apr 22 09:41 .
drwxr-xr-x 47 mac mac 4096 Apr 22 09:41 ..
drwxr-xr-x 8 root root 4096 Apr 22 09:41 .git
-rw-r--r-- 1 root root 22 Apr 22 09:41 .gitignore
-rw-r--r-- 1 root root 11359 Apr 22 09:41 LICENSE
drwxr-xr-x 2 root root 4096 Apr 22 09:41 logcatcolor
-rwxr-xr-x 1 root root 10201 Apr 22 09:41 logcat-color
-rw-r--r-- 1 root root 37 Apr 22 09:41 MANIFEST.in
-rw-r--r-- 1 root root 8804 Apr 22 09:41 README.md
-rwxr-xr-x 1 root root 4529 Apr 22 09:41 release.py
-rw-r--r-- 1 root root 352 Apr 22 09:41 setup.json
-rw-r--r-- 1 root root 377 Apr 22 09:41 setup.py
drwxr-xr-x 4 root root 4096 Apr 22 09:41 test
mac@mac-desktop:~/logcat-color$ sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
Search setuptools for python in the repositories and install it. Also, I think the python executable points to python3 in Ubuntu and, at least for me, it's not working with it. I used python2.