Skip to content

Commit

Permalink
updated shebang to '/usr/bin/env python3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 3, 2022
1 parent e382917 commit 52f5602
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python/examples/camera-viewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/cuda-examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/cuda-from-cv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/cuda-from-numpy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/cuda-to-cv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/cuda-to-numpy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/gl-display-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion python/examples/video-viewer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
#
Expand Down

0 comments on commit 52f5602

Please sign in to comment.