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 b6edcd4 commit 0d82faaCopy full SHA for 0d82faa
pyenv-users
@@ -24,7 +24,7 @@ while IFS= read -r -d $'\0' file; do
24
links[i++]="$file"
25
done < <(find "$DIR" -name "python" -type l -exec sh -c "$cmd" \; -print0)
26
27
-# Exit if no venvs are using a pyenv-managed Python installation
+# Exit if no relevant venvs were found
28
if [[ $i -eq 0 ]]; then
29
exit 0
30
fi
0 commit comments