Mercurial > public > mercurial-scm > hg-stable
comparison contrib/automation/hgautomation/linux.py @ 43235:252ec4dbc1b4
automation: install Python 3.8.0
Python 3.8 has been released. Let's install it instead of the
RC / development version.
Differential Revision: https://phab.mercurial-scm.org/D7114
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 15 Oct 2019 19:13:47 -0700 |
parents | 2372284d9457 |
children | 388ada1c07c6 |
comparison
equal
deleted
inserted
replaced
43234:c09e8ac3f61f | 43235:252ec4dbc1b4 |
---|---|
24 'ubuntu19.04', | 24 'ubuntu19.04', |
25 } | 25 } |
26 | 26 |
27 INSTALL_PYTHONS = r''' | 27 INSTALL_PYTHONS = r''' |
28 PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" | 28 PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" |
29 PYENV3_VERSIONS="3.5.7 3.6.9 3.7.4 3.8-dev pypy3.5-7.0.0 pypy3.6-7.1.1" | 29 PYENV3_VERSIONS="3.5.7 3.6.9 3.7.4 3.8.0 pypy3.5-7.0.0 pypy3.6-7.1.1" |
30 | 30 |
31 git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv | 31 git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv |
32 pushd /hgdev/pyenv | 32 pushd /hgdev/pyenv |
33 git checkout 17f44b7cd6f58ea2fa68ec0371fb9e7a826b8be2 | 33 git checkout d6d6bc8bb08bcdcbf4eb79509aa7061011ade1c4 |
34 popd | 34 popd |
35 | 35 |
36 export PYENV_ROOT="/hgdev/pyenv" | 36 export PYENV_ROOT="/hgdev/pyenv" |
37 export PATH="$PYENV_ROOT/bin:$PATH" | 37 export PATH="$PYENV_ROOT/bin:$PATH" |
38 | 38 |