From 8de1c93afa52d0a826d0d478b74b3c0000c20dfb Mon Sep 17 00:00:00 2001 From: Stefan Eilemann Date: Mon, 4 May 2020 09:50:49 +0200 Subject: [PATCH] Fix install python version --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 6c174b3..b8116fc 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (C) 2009-2010 Derrick Moser