I think the problem is probably that you have something funny in your ~/.cshrc file. The error manifests, because older versions of the run command were using the `which` (which happens to be written for csh) command to find python.
I think the problem is probably that you have something funny in your
~/.cshrc file. The error manifests, because older versions of the run
command were using the `which` (which happens to be written for csh)
command to find python.