Skip to content

Commit 3f4176d

Browse files
author
p12
committed
Images: use /usr/bin/env to find a python interpreter
1 parent 0f8427e commit 3f4176d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/math-atan2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# Copyright (C) 2011, 2012 p12 <tir5c3@yahoo.co.uk>
44
#

images/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# Copyright (C) 2011, 2012 p12 <tir5c3@yahoo.co.uk>
33
#
44
# This file is part of cppreference-doc

0 commit comments

Comments
 (0)