Skip to content

Commit e85cefc

Browse files
committed
Update python sheband in ML examples to widely adopted convention
1 parent a2caffa commit e85cefc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/common/idxio.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/env python
22

33
#######################################################
44
# Copyright (c) 2019, ArrayFire

examples/machine_learning/logistic_regression.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/env python
22

33
#######################################################
44
# Copyright (c) 2019, ArrayFire

examples/machine_learning/mnist_common.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/env python
22

33
#######################################################
44
# Copyright (c) 2019, ArrayFire

0 commit comments

Comments
 (0)