Skip to content

Commit 6746138

Browse files
Switch to python3 by default
1 parent d4a65b8 commit 6746138

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tensorflow/example2_liquid/tf_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python3
22

33
# ----------------------------------------------------------------------------
44
#

tools/getGitVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
import os
33
import shutil
44
import sys

tools/tests/quickRunTfTests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# assume it's called from tools/tests
44
os.chdir("../../tensorflow")
55

6-
pyExe = "python"
6+
pyExe = "python3"
77
mantaExe = "/Users/sinithue/devel/manta/buildMaster/manta"
88
dataPath = "./data"
99

tools/tests/runTests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
#
33
# Simple script to run all base tests
44
# The test scripts are named test_XXXX_description.py

0 commit comments

Comments
 (0)