浏览代码

use /usr/bin/env to reach python3

Gérald Point 6 年之前
父节点
当前提交
419c1246c1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/doxygen/dev/starpu_check_documented.py
  2. 1 1
      tools/starpu_mpi_comm_matrix.py.in

+ 1 - 1
doc/doxygen/dev/starpu_check_documented.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2013,2014,2016,2017                      CNRS

+ 1 - 1
tools/starpu_mpi_comm_matrix.py.in

@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #