summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly <directxman12+github@gmail.com>2015-06-02 15:39:03 -0400
committerSolly <directxman12+github@gmail.com>2015-06-02 15:39:03 -0400
commit558a6439f14b0d85a31145541745e25c255d576b (patch)
treec0e31ed983daf185a3457afba61ad66ed871b534
parent337109090954c47bd864a789841c12ec460b0f71 (diff)
parent2b9e0a5794fae82e2765298e2ecc54b0137b1991 (diff)
downloadwebsockify-558a6439f14b0d85a31145541745e25c255d576b.tar.gz
Merge pull request #176 from crodjer/venv-with-run
Make `run` respect virtualenv configuration
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 54db9b8..9ad217c 100755
--- a/run
+++ b/run
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import websockify