Преглед на файлове

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.
 #