Skip to content

Commit

Permalink
Do not create clear shim when Anaconda is installed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shoichiaizawa committed Jan 26, 2018
1 parent 1864fd7 commit b64c445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyenv.d/rehash/conda.d/default.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bunzip2
clear
# curl
curl
curl-config
Expand Down

0 comments on commit b64c445

Please sign in to comment.