update ubuntu installer
fail on first error avoid multiple invocations of apt-get
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -e
|
||||||
apt-get install libpng-dev
|
|
||||||
apt-get install libfreetype6 libfreetype6-dev
|
apt-get install libpng-dev libfreetype6 libfreetype6-dev python-dev python-simplejson python-qt4 python-numpy python-scipy python-matplotlib libgeos-dev python-shapely python-pip libspatialindex-dev
|
||||||
apt-get install python-dev
|
|
||||||
apt-get install python-simplejson
|
|
||||||
apt-get install python-qt4
|
|
||||||
apt-get install python-numpy python-scipy python-matplotlib
|
|
||||||
apt-get install libgeos-dev
|
|
||||||
apt-get install python-shapely
|
|
||||||
easy_install -U distribute
|
easy_install -U distribute
|
||||||
apt-get install python-pip
|
pip install --upgrade matplotlib Shapely
|
||||||
pip install --upgrade matplotlib
|
|
||||||
pip install --upgrade Shapely
|
|
||||||
apt-get install libspatialindex-dev
|
|
||||||
pip install rtree
|
pip install rtree
|
||||||
pip install svg.path
|
pip install svg.path
|
||||||
Reference in New Issue
Block a user