Sfoglia il codice sorgente

fixed execve command, now supporting pyenv

digital 8 anni fa
parent
commit
9cd58c42b0
5 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 1 1
      gui.py
  2. 1 1
      lib/beewatch/__init__.py
  3. 1 1
      lib/beewatch/gui/__init__.py
  4. 1 1
      lib/beewatch/pinapi/__init__.py
  5. 1 1
      server.py

+ 1 - 1
gui.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3.5
+#!/usr/bin/env python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3.5
+#!/usr/bin/env python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/gui/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3.5
+#!/usr/bin/env python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/pinapi/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3.5
+#!/usr/bin/env python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
server.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python3.5
+#!/usr/bin/env python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.