1
Setup & Installation / Re: PYTHON - v2 vs v3 and dependencies...
« on: April 27, 2025, 11:10:14 pm »
The hashbang spec would apply if you ran the script from a hashbang aware shell.
ANPM always invokes the scripts via the python command line and forces 2.7 to be used. The relevant code is at:
PyExec.VRX:63
ADDRESS CMD '@python2.7.exe' full_cmd '2>&1 |RXQUEUE' listqueue
ANPM always invokes the scripts via the python command line and forces 2.7 to be used. The relevant code is at:
PyExec.VRX:63
ADDRESS CMD '@python2.7.exe' full_cmd '2>&1 |RXQUEUE' listqueue