[PyQt] pip vs apt-get install

Damon Lynch damonlynch at gmail.com
Tue May 3 17:56:10 BST 2016


On Tue, May 3, 2016 at 8:23 PM, Florian Bruhin <me at the-compiler.org> wrote:

>
> <https://github.com/The-Compiler/qutebrowser/blob/master/scripts/link_pyqt.py>
>
> An alternative to doing that is pip install --user which installs
> packages to e.g. ~/.local/lib/python3.4/site-packages/.
>

One cool thing about python3 -m pip install -user is that when you upgrade
your system python version, e.g. when upgrading your Linux distro, you need
to reinstall using pip the python packages you installed when using the
previous system python. That's a very good attribute! It means python
packages don't become stale or get into a tangle over different versions of
python.

Damon

-- 
http://www.damonlynch.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160503/195e940e/attachment.html>


More information about the PyQt mailing list