mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
I realized that at least miniconda3-3.19.0 contains xz in it.
Basically I'd like to use system pakcage for `xz` command as much as possible.
This commit is contained in:
@@ -101,6 +101,11 @@ EOS
|
||||
## xsltproc
|
||||
cat <<EOS
|
||||
xsltproc
|
||||
EOS
|
||||
|
||||
# xz-utils
|
||||
cat <<EOS
|
||||
xz
|
||||
EOS
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user