Gentoo Archives: gentoo-catalyst

From: Dylan Baker <baker.dylan.c@×××××.com>
To: gentoo-catalyst@l.g.o
Cc: Dylan Baker <baker.dylan.c@×××××.com>
Subject: [gentoo-catalyst] [PATCH 1/4] catalyst: Specify python2 rather than the generic python
Date: Fri, 11 Oct 2013 17:38:54
Message-Id: 1381513107-17483-1-git-send-email-baker.dylan.c@gmail.com
1 This allows catalyst to work regardless of whether a user prefers that
2 usr/bin/python be python 2.x or 3.x.
3 ---
4 catalyst | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/catalyst b/catalyst
8 index 4550d05..11560fb 100755
9 --- a/catalyst
10 +++ b/catalyst
11 @@ -1,4 +1,4 @@
12 -#!/usr/bin/python -OO
13 +#!/usr/bin/python2 -OO
14
15 # Maintained in full by:
16 # Catalyst Team <catalyst@g.o>
17 --
18 1.8.1.5

Replies