Python on Linux is downright awkward. If you want to take
advantage of the latest tools and tricks that the scientific Python
community has to offer, that means installing Python packages that
aren't always available in your distribution's package manager. People
recommend using pip
, but if you just ...