<div dir="auto">Yes, transcription glitch. Sorry.<div dir="auto"><br></div><div dir="auto">Elise</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Jul 7, 2018, 12:08 Rick Moen <<a href="mailto:rick@linuxmafia.com">rick@linuxmafia.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Elise Scher (<a href="mailto:elise.scher01@gmail.com" target="_blank" rel="noreferrer">elise.scher01@gmail.com</a>):<br>
<br>
> Hi People,<br>
>      I can run my class Python 3 programs from the command line of a<br>
> terminal, when I change "python," to 'python3" on the first line of my<br>
> program:<br>
> <br>
> Before:<br>
> #$!/use/bin/env python<br>
<br>
ITYM<br>
  #!/usr/bin/env python<br>
<br>
> After:<br>
> #$!/use/bin/env python3<br>
<br>
ITYM <br>
  #!/usr/bin/env python3<br>
<br>
(Probably just a transcription glitch.  No worries.)<br>
<br>
The 'env' utility is an indirect reference tool.  See:<br>
<a href="https://en.wikipedia.org/wiki/Env" rel="noreferrer noreferrer" target="_blank">https://en.wikipedia.org/wiki/Env</a>  Note that cautions in the final<br>
paragraph of that Wikipedia page, as the 'env' utility is something of a<br>
two-edged sword.<br>
<br>
<br>
_______________________________________________<br>
conspire mailing list<br>
<a href="mailto:conspire@linuxmafia.com" target="_blank" rel="noreferrer">conspire@linuxmafia.com</a><br>
<a href="http://linuxmafia.com/mailman/listinfo/conspire" rel="noreferrer noreferrer" target="_blank">http://linuxmafia.com/mailman/listinfo/conspire</a><br>
</blockquote></div>