From 8129ccb6d1e10182d60a71483da2c3db08108adb Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 9 Jun 2010 10:33:50 +0200 Subject: Changed hashbang line to "#!/usr/bin/env python" --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5fc5ca6b..9939c11b 100644 --- a/INSTALL +++ b/INSTALL @@ -21,7 +21,7 @@ though you might want to read the Makefile first) 0. Make sure you have a recent version of python, including the curses module, which is the case if this shell command prints no errors: - python -c 'import curses' + python -c 'import curses, sys; assert sys.version >= "2.6"' 1. Copy the file "ranger.py" into any of the directories in the PATH -- cgit 1.4.1-2-gfad0