Hacker News new | ask | show | jobs
by nomel 330 days ago
> You should always use virtual envs.

If you're not using dependencies, and are writing 3.x code, there's very little justification.

1 comments

Not using dependencies is rather niche. Most people come to Python because they want to use pre-existing libraries.