Page MenuHomePhabricator

Use python2 instead of python in `arc anoid` shebang`
ClosedPublic

Authored by eadler on Mar 5 2016, 10:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 6:21 AM
Unknown Object (File)
Wed, Dec 18, 1:29 AM
Unknown Object (File)
Wed, Dec 18, 1:29 AM
Unknown Object (File)
Sat, Dec 7, 12:53 PM
Unknown Object (File)
Fri, Dec 6, 4:05 AM
Unknown Object (File)
Thu, Nov 28, 11:58 AM
Unknown Object (File)
Nov 14 2024, 1:13 AM
Unknown Object (File)
Nov 9 2024, 11:36 AM
Subscribers

Details

Summary

With the old shebang of #!/usr/bin/env python on machines with python 3 as the default python it would fail.
Prefer an explicit python2 like PEP 394 suggests.

Test Plan

ran ./arc anoid and played a game

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

eadler retitled this revision from to Use python2 instead of python in `arc anoid` shebang`.
eadler updated this object.
eadler edited the test plan for this revision. (Show Details)
eadler added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Mar 5 2016, 10:28 PM
This revision was automatically updated to reflect the committed changes.