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)
Thu, Nov 14, 1:13 AM
Unknown Object (File)
Sat, Nov 9, 11:36 AM
Unknown Object (File)
Sat, Nov 9, 11:36 AM
Unknown Object (File)
Sat, Nov 9, 11:35 AM
Unknown Object (File)
Tue, Nov 5, 10:22 PM
Unknown Object (File)
Oct 23 2024, 2:40 AM
Unknown Object (File)
Oct 21 2024, 11:28 PM
Unknown Object (File)
Oct 18 2024, 12:38 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.