mirror of
https://github.com/pyenv/pyenv.git
synced 2025-02-16 16:43:03 +00: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:
parent
739392a2e4
commit
6a8003d56d
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ EOS
|
||||||
## xsltproc
|
## xsltproc
|
||||||
cat <<EOS
|
cat <<EOS
|
||||||
xsltproc
|
xsltproc
|
||||||
|
EOS
|
||||||
|
|
||||||
|
# xz-utils
|
||||||
|
cat <<EOS
|
||||||
|
xz
|
||||||
EOS
|
EOS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue