I'd you're not sure the path of something you do have the option of usingĀ 
#! /bin/env python
As an example so you don't require the entire path

On Fri, Feb 8, 2019, 17:06 Samuel Sieb <samuel@sieb.net> wrote:
On 2/8/19 1:56 PM, pmkellly@frontier.com wrote:
> In my reading today I came across several references to shebangs From
> the references I've found it looks like a shebang is a way to make hard
> path reference to an executable like bash. Is this right or have I
> missed something? I thought people were trying to get hard coded paths
> out of their code.

https://en.wikipedia.org/wiki/Shebang_(Unix)
The "#!" line at the start of a script that tells the OS what program to
use to run it.
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org