Pyenv not auto activating
问题 I have pyenv installed in my environment and up to this weekend (when I installed 'Kivy') my pyenv/local setup has been working fine. But now when I go to my various python project directories, pyenv does not automatically activate the right python version properly. E.g. I create an environment using pyenv like this, pyenv virtualenv 3.3.2 work I make and go into a dir called work and have a .python-version file with the text work as the sole content. Pyenv detects that my environment is work