Browse Source

use python2.7 and not python2 (OSX compatibility)

Arthur Poulet 8 years ago
parent
commit
89b4fca6a2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      start.py
  2. 1 1
      zeronet.py

+ 1 - 1
start.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
 
 
 # Included modules

+ 1 - 1
zeronet.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
 
 # Included modules
 import os