Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ddb9ab

Browse files
committed
Merge pull request realpython#690 from adamliter/fix/homebrew
Updates command for installing Homebrew
2 parents e86b2f7 + 49192a4 commit 9ddb9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ your favorite OSX terminal emulator and run
4545

4646
.. code-block:: console
4747
48-
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
48+
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4949
5050
The script will explain what changes it will make and prompt you before the
5151
installation begins.

0 commit comments

Comments
 (0)