andyfedak

andyfedak

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

OSX LION 2012年6月19日1:43

Hey there,

You don't need to have Xcode installed, you just need to have python installed. Which is installed with all versions of Lion.

This is correct, except you just need to change your location to where lion has installed python - for me it's this…

sudo mkdir -p /usr/include
cd /usr/include

# This ‘ln’ command is actually a single line.
# It just appears as multiple lines because of word-wrapping in the forum.
sudo ln -sf /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 python2.6