mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Updates command for installing Homebrew
As can be seen on the Homebrew website (http://brew.sh/), it seems that Homebrew is now recommending that you install Homebrew by calling `/usr/bin/ruby` instead of just `ruby`.
This commit is contained in:
@@ -45,7 +45,7 @@ your favorite OSX terminal emulator and run
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
|
||||
The script will explain what changes it will make and prompt you before the
|
||||
installation begins.
|
||||
|
||||
Reference in New Issue
Block a user