From 89b4fca6a267b85ce173c820032f3a4a3309aa91 Mon Sep 17 00:00:00 2001 From: Arthur Poulet Date: Wed, 30 Mar 2016 15:43:58 +0200 Subject: [PATCH] use python2.7 and not python2 (OSX compatibility) --- start.py | 2 +- zeronet.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start.py b/start.py index f68050f5..ee23303b 100644 --- a/start.py +++ b/start.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Included modules diff --git a/zeronet.py b/zeronet.py index d3627a2d..1b97da99 100755 --- a/zeronet.py +++ b/zeronet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Included modules import os