Change install path to /usr/bin instead of /usr/local/bin
Posted
by
user1678788
on Super User
See other posts from Super User
or by user1678788
Published on 2012-09-17T22:43:25Z
Indexed on
2012/09/18
15:42 UTC
Read the original article
Hit count: 308
python
A simple question, but I have no concrete documentation to confirm my answer. When installing software with the make install
command under a unix machine, the default path is going over to /usr/local/bin
. I would like to update a package system-wide under /usr/bin
. How (and where) do I change the command under make
or make install
to /usr/bin
?
Also - Can the package remain on /usr/local/bin
but the systemwide usage of Python (the update being installed) be changed to /usr/local/bin
from /usr/bin
to avoid modifying the original installed version ?
© Super User or respective owner