From 66648422876f1fd277f236beadb306d012581d47 Mon Sep 17 00:00:00 2001 From: Cameron Tod Date: Thu, 10 Mar 2016 16:25:41 +0000 Subject: [PATCH 1/2] pgsql 9.1 marked obsolete in trusty, upping to 9.3 --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index d3f6954..cb95464 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -20,7 +20,7 @@ Postgresql with hStore extension * Homebrew: installed by default * Postgres.app: installed by default -* **Ubuntu**: ``apt-get install postgresql-contrib-9.1 postgresql-server-dev-9.1 python-dev virtualenv`` +* **Ubuntu**: ``apt-get install postgresql-contrib-9.3 postgresql-server-dev-9.3 python-dev virtualenv`` Go ~~ From 181d76536026816260db05c5c0678b459f12a7ea Mon Sep 17 00:00:00 2001 From: Cameron Tod Date: Thu, 10 Mar 2016 16:41:32 +0000 Subject: [PATCH 2/2] virtualenv is virtualenvwrapper in 14.04 --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index cb95464..b910935 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -20,7 +20,7 @@ Postgresql with hStore extension * Homebrew: installed by default * Postgres.app: installed by default -* **Ubuntu**: ``apt-get install postgresql-contrib-9.3 postgresql-server-dev-9.3 python-dev virtualenv`` +* **Ubuntu**: ``apt-get install postgresql-contrib-9.3 postgresql-server-dev-9.3 python-dev virtualenvwrapper`` Go ~~