I downloaded python 3.6 installation file (tgz file).
I installed it the following way:
$ ./configure
$ make
$ su root
Password:
$ make install
Then, python installed in /usr/local/bin
but I want to install python in /usr/bin
.
How can I do that?