changeset 410:cb66dffdf9b2

misc: fixed python version in INSTALL: on wheezy, only python2.6 works with pyjamas (on libervia.org, may change for different environment)
author Goffi <goffi@goffi.org>
date Tue, 18 Mar 2014 19:17:28 +0100
parents 35a43d0dc032
children a0256b81d367
files INSTALL
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Mar 17 18:30:07 2014 +0100
+++ b/INSTALL	Tue Mar 18 19:17:28 2014 +0100
@@ -38,7 +38,7 @@
   
 You can need to force a python version if libervia's compilation doesn't work, for example:
 
-  python2.7 boostrap.py
+  python2.6 boostrap.py
 
 Salut à Toi and Libervia are being developped with Python 2.7.3.
 You can check that it works by compiling the helloworld example: