mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -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:
parent
4ab9b3710b
commit
b0cd5bf883
1 changed files with 4 additions and 1 deletions
|
@ -64,6 +64,8 @@ redis-check-aof
|
|||
redis-check-dump
|
||||
redis-cli
|
||||
redis-server
|
||||
# sed
|
||||
sed
|
||||
# sqlite3
|
||||
sqlite3
|
||||
# xslt-config
|
||||
|
@ -189,4 +191,5 @@ wc
|
|||
who
|
||||
whoami
|
||||
yes
|
||||
# --- end exclusions from coreutils
|
||||
# --- end exclusions from coreutils
|
||||
greadlink
|
Loading…
Reference in a new issue