problem description
anaconda installed with pyenv
pyenv install anaconda3-5.2.0
pyenv local anaconda3-5.2.0
the new environment is successful, but the activation environment is not good
conda create -n test
source activate test
-pyenv: activate: command not found
but what if there is activate
under .pyenv / shims?