賢くなりたいトイプードルの日記

データサイエンス系の話をメインにしていきます

mac

Macでmatplotlibやseabornのグラフをプロットするときにデフォルトで日本語表示する方法

まずmatplotlibrcをUser/username/.matplotlib直下にコピーする。matplotlibrcがあるフォルダ

Macを再起動したらssh-add Error connecting to agent: No such file or directory

Macを再起動したら、 ssh-add ~/.ssh/app_key_rsa しても ssh-add Error connecting to agent: No such file or directory と言われる。 再起動したら、setしたsshがなくなるらしい。 そこで、~/.bashrcに eval "$(ssh-agent)" の一行を追加すると解決した。

Elixirとphoenixをmacにbrewで導入する方法

Elixirという言語がにわかに盛り上がっていることを最近良く聞きます。実際、福岡ではfukuoka.exというElixirコミュニティがけっこう盛り上がっています。Elixirは関数型言語で、他の多くのスクリプト言語との違いはオプジェクト指向型言語じゃないというこ…

brew doctorしたら「Unbrewed header files were found in /usr/local/include.」

brew doctorしたら、エラーが出た。 Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. どうも/usr/lo…