We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0516c41 commit 0cc034eCopy full SHA for 0cc034e
deploy/fab/fabfile.py
@@ -32,7 +32,7 @@ def install_packages(type):
32
33
if type == 'build':
34
sudo(
35
- 'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++')
+ 'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy')
36
sudo('pip install -U mercurial')
37
if type == 'db':
38
sudo('apt-get install -y solr-tomcat redis-server postgresql ')
0 commit comments