Skip to content

Instantly share code, notes, and snippets.

View GloryPassarello's full-sized avatar

Gloria Passarello GloryPassarello

View GitHub Profile
##Installing a virtual enviroment
[sudo] pip install virtualenv
virtualenv ENV
#this will create the folder of your virtual environment
@GloryPassarello
GloryPassarello / installing qgis, postgresql, postgis
Last active December 19, 2017 03:47
These are the steps to install qgis, postgres. CANNOT INSTALL postgis
#adding the repo for qgis
sudo add-apt-repository "deb http://qgis.org/ubuntugis trusty main"
sudo add-apt-repository "deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main"
#installing qgis
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass
#output
The following extra packages will be installed: