Centos6.5 install Python2.7 & django & mysql & apache
摘要:
#! /bin/bash#su root#get python2.7wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz#install pythontar zxvf Python-2.7.9.tgzcd Python-2.7.9... 阅读全文
posted @ 2015-03-05 22:57 jmbkeyes 阅读(276) 评论(0) 推荐(0) 编辑