1diff --git a/python/supervise_api/supervise.py b/python/supervise_api/supervise.py
2index 497d3ea..be57e35 100644
3--- a/python/supervise_api/supervise.py
4+++ b/python/supervise_api/supervise.py
5@@ -41,9 +41,7 @@ try:
6 except:
7 from whichcraft import which
8
9-supervise_utility_location = which("supervise")
10-if not supervise_utility_location:
11- raise FileNotFoundError(errno.ENOENT, "Executable not found in PATH", "supervise")
12+supervise_utility_location = '@supervise@/bin/supervise'
13
14
15 def ignore_sigchld():