I know what pyQt5 is, and I need to use it on a machine that is not mine, on which I know it had been previously installed properly. I inserted
history | grep pyqt
in the Ubuntu terminal in order to see what the previous users have done relatively to pyQt5 installation. pyQt5 works fine on the machine, and I know that all the installations have been carried out via terminal. The relevant outputs of the above command are, as mentioned in the title, pip install pyqt5
and sudo apt-get install python3-pyqt5
.
Actually, I am more interested in understanding the difference between the two syntaxes and their implication for the operative system, so the fact that I am talking about pyQt5 in particular is just to give some context and maybe to give some practical feedback in case some of you may ask me to input more commands in the terminal.
Thank you!
ps I know there is the documentation both for python-pip
and for apt-get
, but reading them did not help me to really understand what happens system-wise. It is like I acquired "sealed-off-compartments" knowledge, but then I struggle putting all together.