comparison INSTALL @ 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 47c21905e002
children 8aa2a199d6e3
comparison
equal deleted inserted replaced
755:bfe2f09d208e 756:9ad1a551c26d
33 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork 33 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork
34 from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve 34 from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve
35 the package from our FTP. 35 the package from our FTP.
36 36
37 wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2 37 wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2
38 tar xjf pyjamas.tar.bz2 38 tar xvjf pyjamas.tar.bz2
39 cd pyjamas 39 cd pyjamas
40 python bootstrap.py 40 python bootstrap.py
41 41
42 You can need to force a python version if libervia's compilation doesn't work, for example: 42 You may need to force the python version if libervia's compilation doesn't work:
43 43
44 python2.6 boostrap.py 44 python2.7 boostrap.py
45 45
46 Salut à Toi and Libervia are being developped with Python 2.7.3. 46 Salut à Toi and Libervia are being developped with Python 2.7.3.
47 You can check that it works by compiling the helloworld example: 47 You can check that it works by compiling the helloworld example:
48 48
49 cd examples/helloworld 49 cd examples/helloworld