couchapp安装脚本

环境:ubuntu10.04

sudo apt-get install git-core
git clone git://github.com/couchapp/couchapp.git
cd couchapp
python setup.py build
sudo python setup.py install

你可能感兴趣的:(python,ubuntu,git,脚本,Build)