pyenv: python :command not found
问题 I want to use Python3 with pyenv. $ pyenv root /Users/asari/.pyenv $ pyenv versions system 2.7.15 3.6.2 3.6.3 3.6.4 * 3.6.6 (set by /Users/asari/workspace/hoge/.python-version) $ python -V pyenv: python: command not found The `python' command exists in these Python versions: 2.7.15 but, python command not found. I read it in .pyenv/shims/python , thought that there was not python in .pyenv/versions/3.6.6/bin/ , but I did not know why python was missing. $ pwd /Users/asari/.pyenv/versions/3.6