Changes between Version 15 and Version 16 of InstallationGuidelines/VirtualMachine/Maintenance
- Timestamp:
- 09/24/14 20:12:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified InstallationGuidelines/VirtualMachine/Maintenance
v15 v16 18 18 apt-get -y upgrade 19 19 }}} 20 4. Install dependencies and tools 20 4. Install dependencies and tools (@ToDo: Make this a downloadable script) 21 21 {{{ 22 22 apt-get -y install vim htop p7zip dos2unix … … 37 37 python setup.py install 38 38 cd .. 39 rm -rf Shapely-1.4.1 39 40 wget --no-check-certificate https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz 40 41 tar zxvf xlrd-0.9.3.tar.gz … … 42 43 python setup.py install 43 44 cd .. 45 rm -rf xlrd-0.9.3 44 46 apt-get -y install eclipse-platform 45 47 apt-get clean