Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin issue
#15
(07-23-2018, 08:29 AM)rich2005 Wrote:
Quote:What did you mean in your earlier post to add ‘#!/usr/bin/env python’ at the beginning? Do you mean at the beginning of your .py file or at the beginning of your file path? Sorry for all the questions

It is the "shebang" which tells

quote "#!/usr/bin/env python – Execute using Python by looking up the path to the Python interpreter automatically via env"
#! /usr/bin/python works just as well in Linux. Using env is a leftover of ancient times when python wasn't always in /usr/bin, and env would scan the PATH for it.
Reply


Messages In This Thread
Plugin issue - by J03 Fixi7 - 07-21-2018, 06:37 AM
RE: Plugin issue - by Ofnuts - 07-21-2018, 06:50 AM
RE: Plugin issue - by J03 Fixi7 - 07-21-2018, 07:09 AM
RE: Plugin issue - by rich2005 - 07-21-2018, 07:28 AM
RE: Plugin issue - by Ofnuts - 07-21-2018, 11:17 AM
RE: Plugin issue - by dinasset - 07-21-2018, 10:52 AM
RE: Plugin issue - by rich2005 - 07-21-2018, 11:26 AM
RE: Plugin issue - by J03 Fixi7 - 07-21-2018, 11:36 PM
RE: Plugin issue - by rich2005 - 07-22-2018, 07:19 AM
RE: Plugin issue - by J03 Fixi7 - 07-22-2018, 01:21 AM
RE: Plugin issue - by J03 Fixi7 - 07-22-2018, 07:59 PM
RE: Plugin issue - by rich2005 - 07-22-2018, 08:54 PM
RE: Plugin issue - by J03 Fixi7 - 07-23-2018, 12:02 AM
RE: Plugin issue - by rich2005 - 07-23-2018, 08:29 AM
RE: Plugin issue - by Ofnuts - 07-23-2018, 06:14 PM

Forum Jump: