From c14f9f714746c5760c66c0cea682e5b58a86b71a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 19 Sep 2023 13:17:39 +0900 Subject: [PATCH] Fix runtime detection in virtualenv The previous change e85356dfd7d5ff98eb370dda9cfac6c11f310e8f broke detection in virtualenv. Change-Id: If403d134122c4b55e653057a9eb6c469bc66b39e --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 9cdc0039bf..993735698e 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/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