From 995e214d6d76cef71ac01c9c0672b86bc7c88af9 Mon Sep 17 00:00:00 2001 From: foreignmeloman Date: Mon, 7 Oct 2024 13:04:22 +0400 Subject: [PATCH] =?UTF-8?q?`=F0=9D=9C=8Bthon`=20looks=20and=20sounds=20way?= =?UTF-8?q?=20cooler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/venv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/venv/__init__.py b/Lib/venv/__init__.py index a5cb2bdb064692..011fabf2af91ea 100644 --- a/Lib/venv/__init__.py +++ b/Lib/venv/__init__.py @@ -306,7 +306,7 @@ def setup_python(self, context): suffixes = ['python', 'python3', f'python3.{sys.version_info[1]}'] if sys.version_info[:2] == (3, 14): - suffixes.append('python𝜋') + suffixes.append('𝜋thon') for suffix in suffixes: path = os.path.join(binpath, suffix) if not os.path.exists(path):