##// END OF EJS Templates
contrib: make Python 2.7.9 the default in Makefile.python...
Mads Kiilerich -
r23880:c0c4713c default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 PYTHONVER=2.7.8
1 PYTHONVER=2.7.9
2 2 PYTHONNAME=python-
3 3 PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER)
4 4 SYMLINKDIR=$(HOME)/bin
@@ -27,7 +27,7 b' help:'
27 27 # debian: apt-get install zlib1g-dev libbz2-dev libssl-dev
28 28 @echo
29 29 @echo 'To build a nice collection of interesting Python versions:'
30 @echo ' $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8}}; do'
30 @echo ' $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8,.9}}; do'
31 31 @echo ' make -f Makefile.python symlink PYTHONVER=$$v || break; done'
32 32 @echo 'To run a Mercurial test on all these Python versions:'
33 33 @echo ' $$ for py in `cd ~/bin && ls $(PYTHONNAME)2.*`; do'
General Comments 0
You need to be logged in to leave comments. Login now