From 3e67e5c9928f8b1e1c5a63def88d53ed1fed12eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 1 May 2017 02:26:56 +0200 Subject: more portable python shebangs (#5816) This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv. --- man/90-rearrange-path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/90-rearrange-path.py') diff --git a/man/90-rearrange-path.py b/man/90-rearrange-path.py index c6ff32210f..7537d5e915 100755 --- a/man/90-rearrange-path.py +++ b/man/90-rearrange-path.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ -- cgit v1.2.1