From eb05d902380efe0113d76279189e806702ca1860 Mon Sep 17 00:00:00 2001 From: thekid108 <99820814+thekid108@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:34:57 +0700 Subject: [PATCH 1/2] Update _virtualenv.py --- lib/python3.7/site-packages/_virtualenv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python3.7/site-packages/_virtualenv.py b/lib/python3.7/site-packages/_virtualenv.py index da98b82..4ea0866 100644 --- a/lib/python3.7/site-packages/_virtualenv.py +++ b/lib/python3.7/site-packages/_virtualenv.py @@ -3,6 +3,7 @@ import os import sys +#impot package VIRTUALENV_PATCH_FILE = os.path.join(__file__) From 491df3b62a8d4c5532742d399d2ffe5a82d18296 Mon Sep 17 00:00:00 2001 From: thekid108 <99820814+thekid108@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:36:43 +0700 Subject: [PATCH 2/2] Update activate_this.py --- bin/activate_this.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/activate_this.py b/bin/activate_this.py index c343685..c6c107b 100644 --- a/bin/activate_this.py +++ b/bin/activate_this.py @@ -5,6 +5,7 @@ This can be used when you must use an existing Python interpreter, not the virtualenv bin/python. """ +#import package import os import site import sys