There was an error while loading. Please reload this page.
1 parent 1206a22 commit 21c6665Copy full SHA for 21c6665
1 file changed
Doc/using/unix.rst
@@ -1,6 +1,6 @@
1
.. highlightlang:: none
2
3
-.. _using-on-windows:
+.. _using-on-unix:
4
5
********************************
6
Using Python on Unix platforms
@@ -79,9 +79,10 @@ extensively documented in the :file:`README` file in the root of the Python
79
source tree.
80
81
.. warning::
82
- ``make install`` can overwrite or masquerade the :file:`python` binary;
83
- ``make altinstall`` is recommended instead of ``make install`` since it
84
- only install :file:`{exec_prefix}/bin/python{version}`.
+
+ ``make install`` can overwrite or masquerade the :file:`python` binary.
+ ``make altinstall`` is therefore recommended instead of ``make install``
85
+ since it only installs :file:`{exec_prefix}/bin/python{version}`.
86
87
88
Python-related paths and files
0 commit comments