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, May 7, 1:34 AM
Unknown Object (File)
Apr 12 2025, 4:19 AM
Unknown Object (File)
Apr 10 2025, 2:36 PM
Unknown Object (File)
Apr 10 2025, 11:09 AM
Unknown Object (File)
Apr 8 2025, 2:52 PM
Unknown Object (File)
Apr 7 2025, 10:41 AM
Unknown Object (File)
Apr 4 2025, 11:21 PM
Unknown Object (File)
Apr 4 2025, 7:02 PM
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.