From 395df777d1d1a8d690d1f2db60d2475a08440e71 Mon Sep 17 00:00:00 2001 From: Bumsik Kim Date: Mon, 21 May 2018 18:22:16 -0400 Subject: [PATCH] launch.sh: fixed python binary to system-wide --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 912ddcd..fb45a18 100755 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,4 @@ #!/bin/sh # Script to run virtscreen locally # This is not intended to be included in the distributed package -python virtscreen/virtscreen.py +virtscreen/virtscreen.py