Forums

Support pyenv for Web and Notebooks

Hello PA team,

do you think it might be possible to add support for pyenv? It already works great from the command line, however neither the Web nor the Notebook are picking its virtual environments up.

Pyenv gives also easy access to latest versions.

Thanks

So that we don't spend ages looking for virtualenvs, the automatic detection of virtualenvs only happens in ~/.virtualenvs. If you put your virtualenvs there they will be detected, no matter how you created them.

Thanks Glenn, that did the trick. I linked it ~/.virtualenvs

ln -s  $(pyenv root)/versions ~/.virtualenvs

and that picked it up.