-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
This error:
bash: ./hello.py: /usr/bin/env: bad interpreter: Permission denied
Means exactly that "/usr/bin/env is not a balid interpreter, because you don't
have permission to
execute it".
Gives us the output of the "id" command, and ls -l /usr/
On 7/29/07, Moshe Kamensky <[EMAIL PROTECTED]> wrote:
> Hi,
>
> * Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]:
> > Hello-
> >
> > I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am
> > having a bit of trouble I was hoping you could help me with. My file,
> > hello.py
Hi,
* Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]:
> Hello-
>
> I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am
> having a bit of trouble I was hoping you could help me with. My file,
> hello.py looks like this:
>
> #!/usr/bin/python
> print 'hello, python'
>
Hi,
* Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]:
> Hello-
>
> I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am
> having a bit of trouble I was hoping you could help me with. My file,
> hello.py looks like this:
>
> #!/usr/bin/python
> print 'hello, python'
>
4 matches
Mail list logo