[gtk-osx] Remove PATH setting from jhbuild and pyenv init from pipenv-env.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Remove PATH setting from jhbuild and pyenv init from pipenv-env.
- Date: Tue, 6 Jul 2021 18:35:40 +0000 (UTC)
commit f8de425111e45177dceee96d3a1a85fef174dc21
Author: John Ralls <jralls ceridwen us>
Date: Tue Jul 6 11:31:57 2021 -0700
Remove PATH setting from jhbuild and pyenv init from pipenv-env.
Neither does anything.
Fixes https://gitlab.gnome.org/GNOME/gtk-osx/-/issues/40
gtk-osx-setup.sh | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index eb8be506..fdac7f7c 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -167,7 +167,6 @@ export DEV_SRC_ROOT="$DEV_SRC_ROOT"
export PYENV_ROOT="$PYENV_ROOT"
export PIP_CONFIG_DIR="$PIP_CONFIG_DIR"
export LANG=C
-eval "$($DEVPREFIX/bin/pyenv init -)"
EOF
cat <<EOF > "$DEVPREFIX/bin/jhbuild"
@@ -177,7 +176,6 @@ export DEVPREFIX="$DEVPREFIX"
export PYTHONPATH="$PYTHONPATH"
export PIPENV_DOTENV_LOCATION="$DEVPREFIX/etc/pipenv-env"
export PIPENV_PIPFILE="$DEVPREFIX/etc/Pipfile"
-export PATH="$PYENV_ROOT/shims:$DEVPREFIX/bin:$PATH"
export PYENV_ROOT="$PYENV_ROOT"
export RUSTUP_HOME="$RUSTUP_HOME"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]