From 4a91f7741071ca2ee8a6bcfa581d4801aff7e5d2 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Fri, 6 Jan 2023 04:19:42 +0100 Subject: [PATCH] [3.4] Update Python versions in install instructions (#5960) --- docs/install_guides/_includes/install-python-pyenv.rst | 4 ++-- docs/install_guides/_includes/install-python38-pyenv.rst | 4 ++-- docs/install_guides/windows.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install_guides/_includes/install-python-pyenv.rst b/docs/install_guides/_includes/install-python-pyenv.rst index 48af3bdbd..ce312eb08 100644 --- a/docs/install_guides/_includes/install-python-pyenv.rst +++ b/docs/install_guides/_includes/install-python-pyenv.rst @@ -10,7 +10,7 @@ virtual environment. .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.13 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.16 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -22,6 +22,6 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.9.13 + pyenv global 3.9.16 Pyenv is now installed and your system should be configured to run Python 3.9. diff --git a/docs/install_guides/_includes/install-python38-pyenv.rst b/docs/install_guides/_includes/install-python38-pyenv.rst index f48314868..075258616 100644 --- a/docs/install_guides/_includes/install-python38-pyenv.rst +++ b/docs/install_guides/_includes/install-python38-pyenv.rst @@ -10,7 +10,7 @@ virtual environment. .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.12 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.16 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -22,6 +22,6 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.8.12 + pyenv global 3.8.16 Pyenv is now installed and your system should be configured to run Python 3.8. diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index df81ebe3d..bd1965e19 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -31,7 +31,7 @@ Then run each of the following commands: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2022-workload-vctools -y - choco upgrade python3 -y --version 3.9.13 + choco upgrade python39 -y For Audio support, you should also run the following command before exiting: