Using python2.7 instead of python2 to fix PR #137 on MacOS

pull/142/head
Yvan Sraka 7 years ago
parent f2b2931f71
commit 5c6a776021

@ -6,4 +6,4 @@ clean:
rm -rf book.*
all:
python2 src/parseBook.py
python2.7 src/parseBook.py

@ -1,4 +1,4 @@
#! /usr/bin/python2
#! /usr/bin/python2.7
import glob, os, re, subprocess

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

Loading…
Cancel
Save