Mercurial > libervia-web
changeset 756:9ad1a551c26d
INSTALL: forcing python version should be with 2.7 and not 2.6
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 24 Nov 2015 16:05:05 +0100 |
parents | bfe2f09d208e |
children | 8aa2a199d6e3 |
files | INSTALL |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Tue Nov 24 14:24:27 2015 +0100 +++ b/INSTALL Tue Nov 24 16:05:05 2015 +0100 @@ -35,13 +35,13 @@ the package from our FTP. wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2 - tar xjf pyjamas.tar.bz2 + tar xvjf pyjamas.tar.bz2 cd pyjamas python bootstrap.py -You can need to force a python version if libervia's compilation doesn't work, for example: +You may need to force the python version if libervia's compilation doesn't work: - python2.6 boostrap.py + python2.7 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: