Got the following message when trying to install (everything being in the correct folder):
"The .command file '...install_wheels.command' could not open. Most likely it is not executable."
Opening the file, I noticed there's an extra line or two that are not present in similar files: #!/bin/sh - would this be the reason, or is something else going on?
install problem
Started by Wanderer, Sep 26 2008 10:41 AM
3 replies to this topic
#3
Posted 26 September 2008 - 08:42 PM
cmorgan, on Sep 26 2008, 02:33 PM, said:
Try removing that line, and renaming the shell "setup-wheels.command".
The contents should be
command_path=${0%/*}
cd "$command_path"
./setup-wheels
The contents should be
command_path=${0%/*}
cd "$command_path"
./setup-wheels
Huh, weird. That didn't work - same result obtained. Yet I reopened the mod package and tried again with a fresh copy, and it worked fine. *shrug*
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











