瀏覽代碼

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.
pull/593/head
Yamashita, Yuu 8 年之前
父節點
當前提交
6a8003d56d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      pyenv.d/which/anaconda.bash

+ 5
- 0
pyenv.d/which/anaconda.bash 查看文件

@ -101,6 +101,11 @@ EOS
## xsltproc
cat <<EOS
xsltproc
EOS
# xz-utils
cat <<EOS
xz
EOS
}

Loading…
取消
儲存