Update Pip install documentation.

pull/12503/merge
Jussi Pakkanen 10 months ago committed by Eli Schwartz
parent a63739d394
commit 27caa765ff
  1. 19
      docs/markdown/Quick-guide.md

@ -79,19 +79,20 @@ $ meson setup builddir
$ bash: /usr/bin/meson: No such file or directory $ bash: /usr/bin/meson: No such file or directory
``` ```
Description: The default installation prefix for the python pip module **Description**: The default installation prefix for the python pip module
installation is not included in your shell environment PATH. The installation might not be included in your shell environment `PATH`.
default prefix for python pip installation modules is located under The default install location varies depending on your OS, distro and
``/usr/local``. Python version.
**Resolution: **Resolution**: This issue can be resolved by altering the default shell
This issue can be resolved by altering the default shell environment environment `PATH` to include the path where Pip installed the
PATH to include ``/usr/local/bin``. ** binaries. This can be, e.g. ``/usr/local/bin`` or
`/home/<username>/.local/bin`.
*Note: There are other ways of fixing this issue such as using **Note**: There are other ways of fixing this issue such as using
symlinks or copying the binaries to a default path and these methods symlinks or copying the binaries to a default path and these methods
are not recommended or supported as they may break package management are not recommended or supported as they may break package management
interoperability.* interoperability.
Compiling a Meson project Compiling a Meson project

Loading…
Cancel
Save