Hacker News new | ask | show | jobs
by blandcoffee 1189 days ago
Can you clarify what you mean by separate system installs?

Today, I manage python via pyenv (local and global state) that let's me create infinite .venvs with different python versions.

1 comments

Conda does the same job as Pyenv here, with the additional ability to install system-level libraries, compiler toolchains, etc.