Skip to content

Commit 0e48de9

Browse files
(DOCSP-12645): additional fixes
1 parent d1635be commit 0e48de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/steps-install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ content: |
6262
The build tools require Python 3 and 2 *from Homebrew*. The version of Python
6363
which comes with macOS is unsupported and will **not** work.
6464
65-
Install Python 2 by running the following commmands:
65+
Install Python 2 by running the following commands:
6666
6767
.. code-block:: sh
6868
6969
curl -LO https://raw.githubusercontent.com/Homebrew/homebrew-core/86a44a0a552c673a05f11018459c9f5faae3becc/Formula/[email protected]
7070
71-
brew install [email protected]
71+
brew unlink openssl && brew install [email protected]
7272
7373
Install Python 3 by running the following command:
7474

0 commit comments

Comments
 (0)