1.在http://sourceforge.net/projects/yodao-free/files/python-dict/下載Download pyton-dict.1.0.1.zip (1.4 kB) python
2.將zip包進行解壓 獲得一個1個python程序 dict.py,將該程序拷貝到: cp dict.py /usr/bin 目錄下。 vim
3這時輸入命令:python /usr/bin/dict.py hello ,終端就會顯示hello的中文翻譯。 bash
4改造一下,輸入命令: sudo vim ~/.bashrc ,在.bashrc文件末尾加上:alias youdao='python /usr/bin/dict.py'。 spa
5.執行source .bashrc 命令 ,讓剛添加的youdao命令立刻生效,這時在終端輸入:youdao hello ,就會顯示hello的中文翻譯。 .net