Mercurial > libervia-web
comparison INSTALL @ 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 | d2324f093942 |
children | 454c7685471d |
comparison
equal
deleted
inserted
replaced
409:35a43d0dc032 | 410:cb66dffdf9b2 |
---|---|
36 cd pyjamas | 36 cd pyjamas |
37 python boostrap.py | 37 python boostrap.py |
38 | 38 |
39 You can need to force a python version if libervia's compilation doesn't work, for example: | 39 You can need to force a python version if libervia's compilation doesn't work, for example: |
40 | 40 |
41 python2.7 boostrap.py | 41 python2.6 boostrap.py |
42 | 42 |
43 Salut à Toi and Libervia are being developped with Python 2.7.3. | 43 Salut à Toi and Libervia are being developped with Python 2.7.3. |
44 You can check that it works by compiling the helloworld example: | 44 You can check that it works by compiling the helloworld example: |
45 | 45 |
46 cd examples/helloworld | 46 cd examples/helloworld |