Skip to content

Commit

Permalink
Use /usr/bin/env to get the right path to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 23, 2013
1 parent 7856c65 commit da4cfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fbmessenger
@@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3

from fbmessenger import main

Expand Down

0 comments on commit da4cfa2

Please sign in to comment.