From 9ff79ffce3e528aadfae0d6dacd042594714f15e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 19 Jan 2022 17:35:12 +0800 Subject: [PATCH] specify the python interpreter --- python/TBB.py | 2 +- python/setup.py | 2 +- python/tbb/__init__.py | 2 +- python/tbb/__main__.py | 2 +- python/tbb/pool.py | 2 +- python/tbb/test.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/TBB.py b/python/TBB.py index fbee4c2..d40363c 100644 --- a/python/TBB.py +++ b/python/TBB.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # diff --git a/python/setup.py b/python/setup.py index f084e70..c2439b0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # diff --git a/python/tbb/__init__.py b/python/tbb/__init__.py index 875667c..53d6034 100644 --- a/python/tbb/__init__.py +++ b/python/tbb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # diff --git a/python/tbb/__main__.py b/python/tbb/__main__.py index 2c07101..61da5d4 100644 --- a/python/tbb/__main__.py +++ b/python/tbb/__main__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # diff --git a/python/tbb/pool.py b/python/tbb/pool.py index 75c9016..127b487 100644 --- a/python/tbb/pool.py +++ b/python/tbb/pool.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # diff --git a/python/tbb/test.py b/python/tbb/test.py index 7e02d78..23e1276 100644 --- a/python/tbb/test.py +++ b/python/tbb/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (c) 2016-2021 Intel Corporation # -- 2.23.0