Skip to content

Commit

Permalink
Merge pull request anru#23 from graingert/patch-1
Browse files Browse the repository at this point in the history
Support virtualenvs
  • Loading branch information
anru committed Jul 27, 2013
2 parents aee2631 + a627422 commit 3ec3617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# all the imports

import os, sys
Expand Down
2 changes: 1 addition & 1 deletion sbin/rsted
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import os, sys
from os.path import join as J
Expand Down

0 comments on commit 3ec3617

Please sign in to comment.