|
|
|
|
|
by electroglyph
227 days ago
|
|
it's very common for different projects to have different requirements, especially for fast moving libraries like transformers. if you rarely run python stuff it might not be a big deal, but i'd rather not have to reinstall stuff (especially big stuff like pytorch builds) every time i switch projects. |
|
Honestly, I can't think of a single good reason not to want to use a venv for Python.