From 253882cbe45fd8f66c83778eaaeedf301c4c92d0 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 8 Jun 2023 12:22:39 +0200 Subject: [PATCH] Fix manage.py to use python3 Looks like we still have some py2 legacy sheebang that we need fixing. Backport note: This backport contains If403d134122c4b55e653057a9eb6c469bc66b39e which fixed the issue with virtualenv. Change-Id: I44a93385c201ddcd3f5f5de30b8191e401188388 (cherry picked from commit e85356dfd7d5ff98eb370dda9cfac6c11f310e8f) (cherry picked from commit aacb531610284313035bb0d51bad840a0ebed9b4) --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index df691be776..993735698e 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain