From 3506fb8efc85f267183c0563f2e74877553b94e7 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Sat, 12 Sep 2020 15:54:29 -0500 Subject: [PATCH] Do not set PYTHONHOME for venv. --- src/main/scripts/jep | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/scripts/jep b/src/main/scripts/jep index 9d3d3ea7..e8adc0b5 100644 --- a/src/main/scripts/jep +++ b/src/main/scripts/jep @@ -10,8 +10,6 @@ export VIRTUAL_ENV if test "x$VIRTUAL_ENV" != "x"; then PATH="$VIRTUAL_ENV/bin:$PATH" export PATH - PYTHONHOME="$VIRTUAL_ENV" - export PYTHONHOME fi cp="{install_lib}jep/jep-{version}.jar"