From 842995f51bf527c86cb346f31a35741400893620 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 12 Nov 2020 19:57:54 -0800 Subject: [PATCH] src/bin/sage-venv-config: Add comment --- src/bin/sage-venv-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/sage-venv-config b/src/bin/sage-venv-config index a071e496628..ead8588f8aa 100644 --- a/src/bin/sage-venv-config +++ b/src/bin/sage-venv-config @@ -1,4 +1,6 @@ #! /doesnotexist/python3 +# this interpreter will be replaced by the interpreter in the venv +# during installation. try: from sage_conf import *