From a57e0b5019c1d5d08d3311306bde3cf6c58997a2 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 16 Apr 2023 20:11:08 +0300 Subject: [PATCH] README: move troubleshooting note higher --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ec6bc03..bd1c6f2b 100644 --- a/README.md +++ b/README.md @@ -402,15 +402,15 @@ You can pass options to Python's `configure` and compiler flags to customize the see [_Special environment variables_ in Python-Build's README](plugins/python-build/README.md#special-environment-variables) for details. -**NOTE:** If you'd like a faster interpreter at the cost of longer build times, -see [_Building for maximum performance_ in Python-Build's README](plugins/python-build/README.md#building-for-maximum-performance). +**NOTE:** If you are having trouble installing a Python version, +please visit the wiki page about +[Common Build Problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems). **NOTE:** If you want to use proxy for download, please set the `http_proxy` and `https_proxy` environment variables. -**NOTE:** If you are having trouble installing a Python version, -please visit the wiki page about -[Common Build Problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems). +**NOTE:** If you'd like a faster interpreter at the cost of longer build times, +see [_Building for maximum performance_ in Python-Build's README](plugins/python-build/README.md#building-for-maximum-performance). #### Prefix auto-resolution to the latest version