6 ms·
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
by blandcoffee 4y 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.
- nerdponx 4y agoConda does the same job as Pyenv here, with the additional ability to install system-level libraries, compiler toolchains, etc.