Merge lp:~cjohnston/summit/changing-python-ver into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 449
Merged at revision: 449
Proposed branch: lp:~cjohnston/summit/changing-python-ver
Merge into: lp:summit
Diff against target: 21 lines (+2/-2)
1 file modified
Makefile (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/summit/changing-python-ver
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+127553@code.launchpad.net

Commit message

Changes python version from 2.6 to 2.7 as we are now on Precise!

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2012-07-12 23:23:13 +0000
3+++ Makefile 2012-10-02 17:38:22 +0000
4@@ -9,7 +9,7 @@
5 $(django_manage) init-summit
6
7 env:
8- virtualenv --clear --no-site-packages --python=/usr/bin/python2.6 env
9+ virtualenv --clear --no-site-packages --python=/usr/bin/python2.7 env
10 $(pip) install -r requirements.txt
11 cp summit/local_settings.py.sample summit/local_settings.py
12
13@@ -42,7 +42,7 @@
14 rm summit/summit.db
15
16 depends:
17- apt-get install python2.6 python2.6-dev python-virtualenv libjs-jquery libjs-jquery-ui iso-codes python-django python-django-auth-openid python-django-south python-beautifulsoup python-psycopg2 python-openid python-tz python-simplejson
18+ apt-get install python2.7 python2.7-dev python-virtualenv libjs-jquery libjs-jquery-ui iso-codes python-django python-django-auth-openid python-django-south python-beautifulsoup python-psycopg2 python-openid python-tz python-simplejson
19
20
21 .DEFAULT: env apps

Subscribers

People subscribed via source and target branches