FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use current name for macOS by paulschreiber · Pull Request #55 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions README.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installable Python kits, and information about using Python, are available at
Build Instructions
------------------

On Unix, Linux, BSD, OSX, and Cygwin::
On Unix, Linux, BSD, macOS, and Cygwin::

./configure
make
Expand All @@ -45,10 +45,10 @@ On Unix, Linux, BSD, OSX, and Cygwin::
This will install Python as python3.

You can pass many options to the configure script; run ``./configure --help``
to find out more. On OSX and Cygwin, the executable is called ``python.exe``;
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
elsewhere it's just ``python``.

On Mac OS X, if you have configured Python with ``--enable-framework``, you
On macOS, if you have configured Python with ``--enable-framework``, you
should use ``make frameworkinstall`` to do the installation. Note that this
installs the Python executable in a place that is not normally on your PATH,
you may want to set up a symlink in ``/usr/local/bin``.
Expand Down

Back | FazBrowse Home | New Git URL