by shigemk2

当面は技術的なことしか書かない

2018-06-12から1日間の記事一覧

matplotlibをpyenvで使おうとしたときのRuntimeError

Python 2.7.11(pyenv) matplotlib 2.2.2 import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5] y = [5, 4, 3, 2, 1] plt.plot(x, y) plt.show() 無邪気にpyenvでmatplotlibを動かそうとしたら、以下のようなエラーに見舞われた。 RuntimeError: Python is n…

python-redmine

RedmineをPythonでごにょごにょするやつ https://python-redmine.com/introduction.html

brew 1.6.8

1.6.8 Refactor brew cask search Add stderr output to exception typo fix など