Mark Baker
Mark Baker
I am. This is the current pyenv section of my .bashrc ``` export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" #eval "$(pyenv init -)" eval "$(pyenv init - --path)" eval "$(pyenv virtualenv-init -)" ```
This would be very useful for my needs, as a frequent trickle user.
FWIW, I'm having these exact same symptoms on Linux Mint. Just started yesterday after I did an apt upgrade and rebooted. Existing envs are broken, as are newly created ones....