Skip to content

Commit 6222bdc

Browse files
author
Batiste Bieler
committed
Work apparently better in a virtualenv.
1 parent 87ad118 commit 6222bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
from gevent import monkey; monkey.patch_all()
33
from gevent.wsgi import WSGIServer
44
import sys

0 commit comments

Comments
 (0)