先从github上把tldr克隆下来:
git clone https://github.com/tldr-pages/tldr.git
安装需求:1、pip(需要Python2.7+或3.3+环境)
我用的是centos6.5 Python默认版本2.6.6,(版本太低安装不了pip)
先更新下Python(参考:http://jingyan.baidu.com/article/219f4bf7fd9ce8de442d38cd.html)
安装pip:
#wget //地址翻了好久没找到,你们可以自行去下载
# tar -xzvf pip-9.0.1.tar.gz
# cd pip-9.0.1
#pip install tldr
大功告成!
本文出自 “12577540” 博客,请务必保留此出处http://12587540.blog.51cto.com/12577540/1946865
原文:http://12587540.blog.51cto.com/12577540/1946865