Compile and build psutil on osx 10.9
- Download source from :https://pypi.python.org/packages/source/p/psutil/psutil-2.1.1.tar.gz#md5=72a6b15d589fab11f6ca245b775bc3c6
- Make sure specify right Xcode: sudo xcode-select --switch /Tool/Xcode.app
- Make sure installed command line tool: sudo xcode-select --install
- Make sure clang ignore some error: export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future
- Go to psutil folder and run 'make' command.
- Compiled/builded psutil will be in : build/lib.macosx-10.9-intel-2.7