diff options
author | atg7000 <38963069+atg7000@users.noreply.github.com> | 2018-06-08 02:33:20 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-08 02:33:20 (GMT) |
commit | ee994d7443a7e2809a5d49bd3679fc9c451a411b (patch) | |
tree | cf5ce2e1060321624ec916e0aafe2dda3d7ff8c8 /README.rst | |
parent | 8f4042964d5b0ddf5cdf87862db962ba64e3f64a (diff) | |
download | cpython-ee994d7443a7e2809a5d49bd3679fc9c451a411b.zip cpython-ee994d7443a7e2809a5d49bd3679fc9c451a411b.tar.gz cpython-ee994d7443a7e2809a5d49bd3679fc9c451a411b.tar.bz2 |
bpo-33791: Update README for macOS users (GH-7471)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ You can pass many options to the configure script; run ``./configure --help`` to find out more. On macOS and Cygwin, the executable is called ``python.exe``; elsewhere it's just ``python``. +If you are running on macOS with the latest updates installed, make sure to install +openSSL or some other SSL software along with Homebrew or another package manager. +If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more +information. + 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, |