diff options
| author | rr- | 2016-03-30 23:10:43 +0200 |
|---|---|---|
| committer | rr- | 2016-03-30 23:23:03 +0200 |
| commit | 81a51abbeb978d6e683281dc9302ce36caeb94db (patch) | |
| tree | 37d3b88dce2520e9b8c1e7544f8b0503956f16ff /scripts/host-waitress | |
| parent | d8f11d87e572109cc3ab649a7fff2b3d8ac38350 (diff) | |
docs+scripts: use virtualenv for Python deps
Diffstat (limited to 'scripts/host-waitress')
| -rwxr-xr-x | scripts/host-waitress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/host-waitress b/scripts/host-waitress index 8b369ff..3ea4dd3 100755 --- a/scripts/host-waitress +++ b/scripts/host-waitress @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 ''' Script facade for direct execution with waitress WSGI server. |