From c4928c62ba6875dbe83e77caceb7265a7a81045d Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Mon, 16 Sep 2019 08:29:51 +0200
Subject: [PATCH] More generic install script.

---
 install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh
index 5ddc41a..f24e57c 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-python3.6 setup.py build_ext
+/usr/bin/env python3 setup.py build_ext
 # .egg-link does not work with PYTHONPATH ?
-python3.6 -m pip install -e .
-python3.6 -m pip install  --no-deps --ignore-installed .
+/usr/bin/env python3 -m pip install -e .
+/usr/bin/env python3 -m pip install --no-deps --ignore-installed .
-- 
GitLab