mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Rationalize copying/pasting commands.
This commit is contained in:
@@ -35,9 +35,11 @@ simply run
|
||||
|
||||
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
|
||||
|
||||
Then, insert the Homebrew directory at the top of your ``PATH`` environment
|
||||
variable. You can do this by adding the following line at the bottom of your
|
||||
``~/.bashrc`` file
|
||||
The script will expalin what changes it will make and prompt you before the
|
||||
installation begins.
|
||||
Once you've installed Homebrew, insert the Homebrew directory at the top
|
||||
of your ``PATH`` environment variable. You can do this by adding the following
|
||||
line at the bottom of your ``~/.bashrc`` file
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
||||
Reference in New Issue
Block a user