[Merge] lp:~vorlon/ubuntu-release-upgrader/lp.1825655 into lp:ubuntu-release-upgrader

Steve Langasek steve.langasek at canonical.com
Fri Oct 11 23:42:18 UTC 2019



Diff comments:

> 
> === modified file 'tests/patchdir/pycompile_orig'
> --- tests/patchdir/pycompile_orig	2012-06-06 21:15:50 +0000
> +++ tests/patchdir/pycompile_orig	2019-10-08 22:41:28 +0000
> @@ -1,4 +1,4 @@
> -#! /usr/bin/python
> +#! /usr/bin/python3

/usr/bin/env is an upstream convention, but is neither required nor recommended for python scripts on Debian and Ubuntu since the path is guaranteed to be fixed - and because we generally do NOT want alternate python installs from source under /usr/local to change the behavior of packaged scripts.

So arguably these would all use /usr/bin/python3 with no use of /usr/bin/env, but in reality on Ubuntu systems it winds up being a mix.

>  # -*- coding: UTF-8 -*-
>  # vim: et ts=4 sw=4
>  


-- 
https://code.launchpad.net/~vorlon/ubuntu-release-upgrader/lp.1825655/+merge/373848
Your team Ubuntu Core Development Team is requested to review the proposed merge of lp:~vorlon/ubuntu-release-upgrader/lp.1825655 into lp:ubuntu-release-upgrader.



More information about the Ubuntu-reviews mailing list