I am completely new to Linux and Ubuntu(17.10). I just did a fresh install, and I have administrator rights. I downloaded and extracted Python 3.6.3 to my home directory, and not in the usr/bin where I want it located. Trying to extract to usr/bin got me a warning about not having required permissions?
I am trying to get the Katoolin script to work, which looks for Python in usr/bin/python, which obviously does not exist.
Can someone please explain how to either move the Python-3.6.3 directory/folder over to my usr/bin directory or what I can do correct this problem?