--

pyenv manages Python environments similarly to conda, but it does not have a direct equivalent to the concept of a base environment. Instead, you create isolated Python environments using pyenv and install packages within those environments as needed. In pyenv, you can achieve a similar setup by installing the Jupyter notebook package within each Python environment that you create.

--

--