[gtk-osx] Give up on WORKON_HOME.



commit 7a155053e4bfe2c6959a428494b30bf2db3fedf7
Author: John Ralls <jralls ceridwen us>
Date:   Fri Apr 16 14:54:06 2021 -0700

    Give up on WORKON_HOME.
    
    It doesn't work consistently so somethimes jhbuild can't find the
    installed meson or pygments modules.

 gtk-osx-setup.sh | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index 826b48e9..1a8b543f 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -165,7 +165,6 @@ cat <<EOF > "$DEVPREFIX/etc/pipenv-env"
 export PYTHONUSERBASE="$PYTHONUSERBASE"
 export DEV_SRC_ROOT="$DEV_SRC_ROOT"
 export PYENV_ROOT="$PYENV_ROOT"
-export WORKON_HOME="$DEVPREFIX/share/venv"
 export PIP_CONFIG_DIR="$PIP_CONFIG_DIR"
 export LANG=C
 eval "$(pyenv init -)"
@@ -233,7 +232,6 @@ if test -d "$SDKROOT"; then
     export CFLAGS="-isysroot $SDKROOT -I$SDKROOT/usr/include"
 fi
 export PYTHON_CONFIGURE_OPTS="--enable-shared"
-export WORKON_HOME="$DEVPREFIX/share/venv"
 
 $PIPENV install
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]