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 fa830be commit ad69426Copy full SHA for ad69426
pyenv-users
@@ -22,7 +22,7 @@ cmd="readlink -f '{}' | grep -q ${PYENV_ROOT}"
22
unset links i
23
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)
+done < <(find -H "$DIR" -name "python" -type l -exec sh -c "$cmd" \; -print0)
26
27
# Exit if no relevant venvs were found
28
if [[ $i -eq 0 ]]; then
0 commit comments