Skip to content

Commit

Permalink
Use /usr/bin/env python
Browse files Browse the repository at this point in the history
Summary: Use python from env, instead of the distro installed one in /usr/bin

Test Plan:
Ran arc anoid on a system that only had python in /usr/bin, still
works. Ran arc anoid on a system that had a python in /usr/local/bin before
/usr/bin.  Still works as well

Reviewers: epriestley, alanh

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3451
  • Loading branch information
fmoo committed Sep 7, 2012
1 parent c50b181 commit e3601cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/breakout.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
import time
import select
Expand Down

0 comments on commit e3601cf

Please sign in to comment.