'How to have my package installed into /usr/bin?

On a clean fresh Ubuntu VM, I need to install a gns3 package with such commands:

pip3 install gns3-server==2.2.26

The installation was success, but the gns3server is installed under /usr/local/bin/.., instead of /usr/bin/.

Is there a way I can have the pip3 to have the package installed under /usr/bin ?

Thanks,

Jack



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source