Problems installing Sickrage(via git) on ubuntu 16.04 FRESH

I was having a problem installing sickrage on my ubuntu 14.04 LTS server. I decided to try on a Virt to see if it is still having the same issue. It is. Here is everything that has happened on the server since connecting and pulling from Git. I feel like I am missing something completely stupid.

[22:40:53] dlukz@Hellabyte[0]:~$ ssh [email protected]
The authenticity of host '10.20.30.137 (10.20.30.137)' can't be established.
ECDSA key fingerprint is SHA256:gEEr8jDQPZuzVoFqvv9AzhUOnIetUPf5havy0ClmIec.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.20.30.137' (ECDSA) to the list of known hosts.
[email protected]'s password:
Welcome to Ubuntu 16.04 LTS (GNU/Linux 4.4.0-21-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

67 packages can be updated.
18 updates are security updates.


Last login: Sat Jun  4 22:36:20 2016

dlukz@ubuntu:~$ git clone https://github.com/SiCKRAGETV/SiCKRAGE.git Cloning into 'SiCKRAGE'... remote: Counting objects: 53315, done. remote: Total 53315 (delta 0), reused 0 (delta 0), pack-reused 53315 Receiving objects: 100% (53315/53315), 46.57 MiB | 5.75 MiB/s, done. Resolving deltas: 100% (34046/34046), done. Checking connectivity... done. dlukz@ubuntu:~$ cd SiCKRAGE/ dlukz@ubuntu:~/SiCKRAGE$ ls contributing.md COPYING.txt MANIFEST.in readme.md README.txt runscripts setup.cfg setup.py SickBeard.py sickrage SiCKRAGE.py tests

dlukz@ubuntu:~/SiCKRAGE$ pip install sickrage

The program 'pip' is currently not installed. You can install it by typing:
sudo apt install python-pip

dlukz@ubuntu:~/SiCKRAGE$ dlukz@ubuntu:~/SiCKRAGE$ dlukz@ubuntu:~/SiCKRAGE$ sudo apt install python-pip [sudo] password for dlukz: Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed:

dlukz@ubuntu:~/SiCKRAGE$ pip install sickrage Collecting sickrage Downloading sickrage-7.0.23-py2.py3-none-any.whl (8.8MB) 100% |████████████████████████████████| 8.8MB 156kB/s Installing collected packages: sickrage Successfully installed sickrage You are using pip version 8.1.1, however version 8.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. dlukz@ubuntu:~/SiCKRAGE$ pip install --upgrade pip Collecting pip Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB) 100% |████████████████████████████████| 1.2MB 958kB/s Installing collected packages: pip Successfully installed pip-8.1.2 dlukz@ubuntu:~/SiCKRAGE$ pip install sickrage Requirement already satisfied (use --upgrade to upgrade): sickrage in /home/dlukz/.local/lib/python2.7/site-packages dlukz@ubuntu:~/SiCKRAGE$ sickrage/ -bash: sickrage/: Is a directory dlukz@ubuntu:~/SiCKRAGE$ sickrage sickrage: command not found dlukz@ubuntu:~/SiCKRAGE$ Ctrl+C, dlukz@ubuntu:~/SiCKRAGE$ pip install --upgrade sickrage Requirement already up-to-date: sickrage in /home/dlukz/.local/lib/python2.7/site-packages dlukz@ubuntu:~/SiCKRAGE$ sickrage sickrage: command not found

dlukz@ubuntu:~/SiCKRAGE$ sudo pip install --upgrade sickrage The directory '/home/dlukz/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/dlukz/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already up-to-date: sickrage in /home/dlukz/.local/lib/python2.7/site-packages

dlukz@ubuntu:~/SiCKRAGE$ sudo -H pip install --upgrade sickrage Collecting sickrage Downloading sickrage-7.0.23-py2.py3-none-any.whl (8.8MB) 100% |████████████████████████████████| 8.8MB 171kB/s Installing collected packages: sickrage Successfully installed sickrage-7.0.23 You are using pip version 8.1.1, however version 8.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. dlukz@ubuntu:~/SiCKRAGE$ sickrage Downloading pip ... Installing pip ... Requirement already up-to-date: pip in /home/dlukz/.local/lib/python2.7/site-packages Cleaning up downloaded pip files Installing SiCKRAGE requirement packages, please stand by ... Downloading pip ... Installing pip ... Requirement already up-to-date: pip in /home/dlukz/.local/lib/python2.7/site-packages Cleaning up downloaded pip files Installing SiCKRAGE requirement packages, please stand by ... Downloading pip ... Installing pip ... Requirement already up-to-date: pip in /home/dlukz/.local/lib/python2.7/site-packages Cleaning up downloaded pip files Installing SiCKRAGE requirement packages, please stand by ... Ctrl+C,Downloading pip ... Ctrl+C,Traceback (most recent call last): File "/usr/local/bin/sickrage", line 11, in <module> sys.exit(main()) File "/home/dlukz/.local/lib/python2.7/site-packages/sickrage/init.py", line 356, in main installpip() File "/home/dlukz/.local/lib/python2.7/site-packages/sickrage/init_.py", line 71, in install_pip f.write(buf) KeyboardInterrupt dlukz@ubuntu:~/SiCKRAGE$ Ctrl+C, dlukz@ubuntu:~/SiCKRAGE$ sudo -H sickrage Downloading pip ... Installing pip ... Collecting pip Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB) 100% |████████████████████████████████| 1.2MB 1.1MB/s Installing collected packages: pip Found existing installation: pip 8.1.1 Uninstalling pip-8.1.1: Successfully uninstalled pip-8.1.1 Successfully installed pip-8.1.2 Cleaning up downloaded pip files Installing SiCKRAGE requirement packages, please stand by ...

Downloading pip ...
Installing pip ...
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
Cleaning up downloaded pip files
Installing SiCKRAGE requirement packages, please stand by ...

Ctrl+C,Ctrl+C,dlukz@ubuntu:~/SiCKRAGE$ Ctrl+C,

/r/sickrage Thread