I'm currently using both pyenv and conda. With pyenv I keep creating local python environment in individual folders using poetry. With conda (acutally miniconda) I use different python environments across folders.
Since it's very annoying to always switch between both (especially when trying to use it from within tmux), my question is if I can use pyenv in the same way as conda? Meaning I'd like to activate specific named environments and use them across folders?