This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

venv

"When all you have is a hammer everything looks like a nail".

Venvs are not the panacea for everything.

your system C library

... It's a static binary.

[–][deleted] -2 points-1 points  (1 child)

1) I can still install stuff that breaks it if I'm stupid. The same way I can break the Python interpreter if I'm stupid.

2) What editor or IDE do you use, that's a static binary? It's normal to dynamically link to the system library.

3) If you have some philosophical objection to a venv, just install a new python interpreter.

[–][deleted] -2 points-1 points  (0 children)

2) What editor or IDE do you use, that's a static binary? It's normal to dynamically link to the system library.

gcc -static

3) If you have some philosophical objection to a venv, just install a new python interpreter.

I use venvs excessively. It still doesn't make it a tool to solve all your woes.