XCode Command Line Tools

Need to install the XCode Command Line Tools? This is how you do it…

$ xcode-select --install

Then, follow the screen prompts.

I came across this need when attempting to compile pyOpenSSL. It needed FFI.h can I couldn’t get that without installing the command line tools.

Leave a Reply