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)
Tue, Apr 23, 4:50 PM
Unknown Object (File)
Mon, Apr 1, 11:19 AM
Unknown Object (File)
Sun, Mar 31, 12:04 PM
Unknown Object (File)
Mar 24 2024, 11:26 PM
Unknown Object (File)
Mar 24 2024, 10:55 PM
Unknown Object (File)
Mar 24 2024, 10:31 PM
Unknown Object (File)
Mar 24 2024, 10:05 PM
Unknown Object (File)
Mar 24 2024, 9:19 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.