Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
CamperBob2
5y ago
0 comments
Save
Share
Same way a shell script specifies what interpreter to run, maybe? Meaning some form of standardized comment header.
0 comments
1 comments · 1 top-level
top
newest
oldest
EamonnMR
5y ago
In that case you wouldn't need a compatible interpreter, you'd just specify the interpreter you want in the shebang. Python does not usually use shebangs because you're supposed to run in a virtualenv, not shebang your files to your system python.
j
/
k
navigate · click thread line to collapse