andyfedak
andyfedak
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
OSX LION June 19, 2012, 1:43 a.m.
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
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