< - - Linux Noob. I am normally on Raspberry, but the # symbol caused me to move my question here. Attempting to run a script, and failing, I found answers in Raspberry to use the following (preceded by the symbol #):
#!/usr/bin/env python
Link here describes my confusion. I thought # indicated a comment (in Linux and in Raspberry Python). I don't understand the # symbol at the beginning of the command prompt. #!/usr/bin/env python.
Question : Is the # symbol to be typed in?
I suspect the # symbol shows only because that otherwise the command would be executed.