mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Updated the OSX install guide to fix a broken link to the homebrew install script
This commit is contained in:
@@ -20,7 +20,7 @@ While Lion comes with a large number of UNIX utilities, those familiar with Linu
|
||||
|
||||
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, simply run::
|
||||
|
||||
$ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)"
|
||||
$ ruby -e "$(curl -fsS https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
|
||||
|
||||
Then, insert the hombrew directory at the top of your ``PATH`` enviornment variable. You can do this by adding the following line at the bottom of your ``~/.bashrc`` file::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user