Open ahmadia opened 9 years ago
Can you post the whole stacktrace? I guess the error is coming from the echo "No profile found."
in the script you posted? If so, we need to debug the shebang I assume. Any ideas what might be causing it?
I don't have time to get back to it this week. I've seen similar problems due to symbolic links and relative paths on the file system. That is the whole stack trace, the error is somewhere in the shebang script installation.
On Tuesday, January 6, 2015, Ondřej Čertík notifications@github.com wrote:
Can you post the whole stacktrace? I guess the error is coming from echo "No profile found." in the script you posted? If so, we need to debug the shebang I assume. Any ideas what might be causing it?
— Reply to this email directly or view it on GitHub https://github.com/hashdist/hashstack/issues/599#issuecomment-68921981.
By the way, the workaround is to do something like /path/to/python /path/to/nosetests
, which works correctly since it doesn't require the shebang logic.
I get a "No profile found" error when trying to execute the nosetests script on Garnet. Here's a sample pbs script:
Here's the nosetests script itself: