记录一下常用到的 linux 命令(包含相应 Windows 中的操作)
- wget
- tar
- curl
- yes
python 安装 web.py
方式一
下载 python 文件
wget http://webpy.org/static/web.py-0.37.tar.gz
最新开发版:https://github.com/webpy/webpy/tarball/master
解压
tar -zxvf web.py-0.37.tar.gz
安装
python setup.py install
参考链接: