Skip to content

Commit

Permalink
Do not set PYTHONHOME for venv.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Sep 12, 2020
1 parent f72eb3a commit 3506fb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scripts/jep
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3506fb8

Please sign in to comment.