Skip to content

Commit

Permalink
Merge pull request #110 from GoSecure/attempt-fix-venv
Browse files Browse the repository at this point in the history
Fix: full hardcoded python interpreter breaks venv setup
  • Loading branch information
obilodeau committed Jun 4, 2019
2 parents e03c9cf + 304d1e0 commit b8639da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/pyrdp-clonecert.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

#
# This file is part of the PyRDP project.
Expand Down
2 changes: 1 addition & 1 deletion bin/pyrdp-mitm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

#
# This file is part of the PyRDP project.
Expand Down
2 changes: 1 addition & 1 deletion bin/pyrdp-player.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

#
# This file is part of the PyRDP project.
Expand Down

0 comments on commit b8639da

Please sign in to comment.