فهرست منبع

HPCC-24416 replace /usr/bin/python with /usr/bin/env python

xwang2713 4 سال پیش
والد
کامیت
ed6859d87f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      initfiles/examples/embed/python_cat.py
  2. 1 1
      testing/ecl/python_cat.py

+ 1 - 1
initfiles/examples/embed/python_cat.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 from __future__ import print_function
 
 def cat(a, b):

+ 1 - 1
testing/ecl/python_cat.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 from __future__ import print_function
 
 def cat(a, b):