We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c6415 commit 3f35056Copy full SHA for 3f35056
files/home/.profile
@@ -94,7 +94,8 @@ if [[ ":$PATH:" != *":$PYENV_ROOT/bin:"* ]]; then
94
fi
95
_dots_load_pyenv() {
96
if command -v pyenv >/dev/null 2>&1; then
97
- eval "$(pyenv init --path)" || _dots_warn "Failed to initialize pyenv"
+ eval "$(pyenv init --path)" || _dots_warn "Failed to initialize pyenv path"
98
+ eval "$(pyenv init -)" || _dots_warn "Failed to initialize pyenv"
99
else
100
_dots_warn "pyenv not found in PATH"
101
0 commit comments