1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Add sed and greadlink to exceptions (#2977)

Anaconda has packages that override at least sed
Greadlink is also a critical executable if present
This commit is contained in:
native-api
2024-06-04 01:06:33 +03:00
committed by GitHub
parent 4ab9b3710b
commit b0cd5bf883

View File

@@ -64,6 +64,8 @@ redis-check-aof
redis-check-dump redis-check-dump
redis-cli redis-cli
redis-server redis-server
# sed
sed
# sqlite3 # sqlite3
sqlite3 sqlite3
# xslt-config # xslt-config
@@ -190,3 +192,4 @@ who
whoami whoami
yes yes
# --- end exclusions from coreutils # --- end exclusions from coreutils
greadlink