Quellcode durchsuchen

use /usr/bin/env to reach python3

Gérald Point vor 6 Jahren
Ursprung
Commit
419c1246c1
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.
 #