Skip to content

Commit 3e0fa29

Browse files
authored
Do not assume that python means python2
mbed-cli cannot assume that the system has python2 installed as python. This causes breakage for developers who have installed python3 prior to python2.
1 parent 4474135 commit 3e0fa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

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

33
# Copyright (c) 2016 ARM Limited, All Rights Reserved
44
# SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)