mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix: replace leftover 'pathman add' with 'webi_path_add'
This commit is contained in:
+2
-2
@@ -45,10 +45,10 @@ __init_pyenv() {
|
||||
fi
|
||||
|
||||
mkdir -p ~/.pyenv/bin
|
||||
pathman add ~/.pyenv/bin
|
||||
webi_path_add ~/.pyenv/bin
|
||||
|
||||
mkdir -p ~/.pyenv/shims
|
||||
pathman add ~/.pyenv/shims
|
||||
webi_path_add ~/.pyenv/shims
|
||||
|
||||
echo "NOTE: You may also need to CLOSE and RE-OPEN your terminal for pyenv to take effect."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user