浏览代码

Do not create `clear` shim when Anaconda is installed

Add `clear` to the Anaconda's default blacklist in order to prevent
pyenv from creating the shim script for it.

The `clear` command executable began included from Anaconda 5.0.0
onwards, and this executable now conceals that of the user's base system
- this hinders the user from running the `clear` command with the
`command not found` error output if a user installs and selects one or
more Python version(s) other than Anaconda 5.x.x.

Adding this one-liner to the blacklist allows the user to use the
`clear` command even when Anaconda 5.x.x is not selected by pyenv.
pull/1082/head
Shoichi Aizawa 8 年前
父节点
当前提交
b64c445b61
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      pyenv.d/rehash/conda.d/default.list

+ 1
- 0
pyenv.d/rehash/conda.d/default.list 查看文件

@ -1,4 +1,5 @@
bunzip2
clear
# curl
curl
curl-config

正在加载...
取消
保存