Python, iPython, システムのコマンドを取得する

ipython にそのシステムのPATH上にあるコマンド群を認識させるには、、

%rehashx

これで、環境変数$PATH (Windows だと %PATH% )以下のコマンド群がつかえるようになる。