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 0d82faa commit fa830beCopy full SHA for fa830be
pyenv-users
@@ -47,6 +47,6 @@ for link in "${links[@]}"; do
47
if echo "$link" | grep -v -q "$PYENV_ROOT"; then
48
[[ "$target" =~ $regex ]]
49
version="${BASH_REMATCH[1]}"
50
- echo $version:${link%"/bin/python"}
+ echo "$version":"${link%/bin/python}"
51
fi
52
done | sort | $output
0 commit comments