From 02597326f1551fb18513c53d4d01ad187bb5fe01 Mon Sep 17 00:00:00 2001 From: madumlao Date: Wed, 6 Mar 2024 22:22:39 +0800 Subject: [PATCH] Remove `grep -v ...echo` from pyenv init, probably needed before --- skel/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/.profile b/skel/.profile index 972b47e..b201cf6 100644 --- a/skel/.profile +++ b/skel/.profile @@ -93,7 +93,7 @@ if [ -z "$PYENV_DISABLE" ] && [ -d "$PYENV_ROOT/bin" ]; then if [ "$PYENV_MAJOR_VERSION" -gt 1 ]; then eval "$(pyenv init --path)" fi - eval "$(pyenv init -|grep -v '^echo')" + eval "$(pyenv init -)" fi # perl