From b72bfa8ea7606fc39d4ed437e5bc791bb2bc2368 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: May 10 2022 11:57:10 +0000 Subject: Fix link syntax --- diff --git a/modules/release-notes/pages/developers/Development_Python.adoc b/modules/release-notes/pages/developers/Development_Python.adoc index 0618b07..7e840d0 100644 --- a/modules/release-notes/pages/developers/Development_Python.adoc +++ b/modules/release-notes/pages/developers/Development_Python.adoc @@ -98,7 +98,7 @@ However this installation scheme is entirely Fedora Linux 36+ specific and such === pip/setup.py installation with `--prefix` -When pip or `python setup.py` installation is invoked with the `--prefix` option, the `/usr` part of the standard installation path is replaced with the given `--prefix` value. Note that **`/local/` is not a part of the prefix** but a part of the installation scheme. Hence, [despite some quite reasonable expectations](https://bugzilla.redhat.com/show_bug.cgi?id=2026979), the following invocation: +When pip or `python setup.py` installation is invoked with the `--prefix` option, the `/usr` part of the standard installation path is replaced with the given `--prefix` value. Note that **`/local/` is not a part of the prefix** but a part of the installation scheme. Hence, https://bugzilla.redhat.com/show_bug.cgi?id=2026979[despite some quite reasonable expectations], the following invocation: ---- $ sudo pip install --prefix /usr Pello