oaklandrichie
oaklandrichie

Reputation: 41

install_name_tool error when running virtualenv on Mac OSX Lion (with Xcode)

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

Answers (1)

mipadi
mipadi

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

Related Questions