Skip to content

Commit 02c148e

Browse files
committed
Fixing buckw to use default python
1 parent 484d7c4 commit 02c148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buckw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ st = os.stat(buck_pex)
6060
os.chmod(buck_pex, st.st_mode | stat.S_IEXEC)
6161

6262
sys.argv.pop(0)
63-
args = ["python2", buck_pex]
63+
args = ["python", buck_pex]
6464
args.extend(sys.argv)
6565
call(args)
6666

0 commit comments

Comments
 (0)