Reputation: 41
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?
Upvotes: 4
Views: 930
Reputation: 411072
If you're using Xcode 4.3, you'll have to install the Command Line Tools package, available under the Downloads tab in the preferences.
Upvotes: 5