When I try to run mkvirtualenv with python 2.6, I get the error:
Could not call install_name_tool -- you must have Apple's development tools installed
I've installed Xcode. (It's actually installed, not just downloaded and waiting to be installed).
The command: which install_name_tool yields me nothing. Why can't I call it?