mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
add note about XCode commandline tools
Installing XCode isn't enough - minus the commandline tools, you'll get c compiler errors when you `brew install python`.
This commit is contained in:
@@ -32,6 +32,10 @@ package.
|
|||||||
In combination, the software can cause issues that are difficult to
|
In combination, the software can cause issues that are difficult to
|
||||||
diagnose.
|
diagnose.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
If you perform a fresh install of XCode, you will also need to add the
|
||||||
|
commandline tools by running `xcode-select --install` on the terminal.
|
||||||
|
|
||||||
While OS X comes with a large number of UNIX utilities, those familiar with
|
While OS X comes with a large number of UNIX utilities, those familiar with
|
||||||
Linux systems will notice one key component missing: a decent package manager.
|
Linux systems will notice one key component missing: a decent package manager.
|
||||||
`Homebrew <http://brew.sh>`_ fills this void.
|
`Homebrew <http://brew.sh>`_ fills this void.
|
||||||
|
|||||||
Reference in New Issue
Block a user