secretbase.log

.NET/C#/Pythonなど

2013-05-09から1日間の記事一覧

debian 7 の Sphinx にて Could not import extension となる問題の原因と対策

debian 6 から 7.0 に upgrade したところ、sphinx の make html でエラーが出るようになってしまった。 Extension error Extension error: Could not import extension sphinxcontrib.plantuml (exception: No module named plantuml) make: *** [html] エ…

ifconfig コマンドの導入

debian GNU/Linux 7.0 への ifconfig インストール方法のメモ。 インストール方法 $ sudo aptitude install net-tools 実行方法 /sbin なので通常のユーザではPATHが通っていないことに注意。 $ /sbin/ifconfig インストールパスの確認方法 $ dpkg -L net-to…