User Tools

Site Tools


python3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
python3 [2023/04/12 20:44] – external edit 127.0.0.1python3 [2023/04/14 20:37] (current) dblume
Line 121: Line 121:
 sudo python3 -m pip install --no-deps git+https://github.com/snowch/thrift_sasl sudo python3 -m pip install --no-deps git+https://github.com/snowch/thrift_sasl
 # sudo python3 -m pip install thriftpy # sudo python3 -m pip install thriftpy
 +</code>
 +
 +===== MatPlotLib =====
 +
 +There's another note on MatPlotLib over at my [[wsl]] page. For the first time on a Macintosh, I had to set the MatPlotLib backend to 'MacOSX'. Otherwise the plot window would appear but not draw any lines.
 +
 +<code python>
 +import matplotlib
 +matplotlib.use('MacOSX')
 </code> </code>
python3.txt · Last modified: 2023/04/14 20:37 by dblume