Skip to content

Slurping the Dribble

with dav3

  • Home
  • About
  • Travel
  • Tips
  • OSX
  • WordPress
  • Account

Tag Archives: python

sudo pip install…

I know that sudo pip is obviously wrong, so what am I supposed to do? There are other issues as well, not using virtual environments and installations that break OS dependencies, and/or a mishmash of install options to begin with (like: do you use macports or homebrew? What happens when the tool you need is […]

Posted byDave2020/01/02Posted intechnologyTags: pip, pythonLeave a comment on sudo pip install…

matplotlib in python on linux installation

I know I will need this next time I do an install: python -m pip install -U matplotlib sudo apt install python-tk then can run a test with this code: import matplotlib.pyplot as plt plt.plot([1,2,3],[2,4,5]) plt.show()

Posted byDave2019/04/152019/04/15Posted ingeneralTags: pythonLeave a comment on matplotlib in python on linux installation

Recent Posts

  • dav3.net drawing to a close
  • sudo pip install…
  • MakerCase
  • Adding additional IP Address to ethernet interface
  • Back from the Moon, Apollo Astronauts Had to Go Through Customs
  • matplotlib in python on linux installation
  • Old Time Rock and Roll
  • Forgotten raspberry pi login password
  • I like beer
  • journalctl -xef -u some.service
  • Never, I say, NEVER…
  • Psychology in pricing
  • Reset admin account login
  • Flush DNS cache in Ubuntu
  • Will this haircut still be in my head on Monday?
  • A bit late
  • Cleaning out the garage
  • Each morning…
Slurping the Dribble, Proudly powered by WordPress.