using pyenv 2.0.3
when i'm in a folder with a python-version file, the python keeps using the system version which is 2.7.6. (not sure why it is 2.7.6 since i install 3.9.7 via brew).
$ python -V
Python 2.7.16
looking via pyenv gives
$ pyenv which python
/Users/jaco/.pyenv/versions/trading/bin/python
Activating it already says it is activated.
i have
# pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
in my zshrc
also don't seem to have the bin folder of pyenv? is this new on the v2?
$ l /Users/jaco/.pyenv/bin
ls: /Users/jaco/.pyenv/bin: No such file or directory
Also setting pyenv global 3.9.1
does not work, it keeps 2.7