←back to thread

129 points NeutralForest | 1 comments | | HN request time: 0.215s | source
Show context
h1fra ◴[] No.44454991[source]
I tried installing a Python project last week after years of avoiding it like the plague. brew install didn't work, use python3 not python, no pip pre-installed, ensurepip is crashing, you need to run sudo commands to fix this, after 1hour of struggle, repo didn't work anyway. how do people work like this?
replies(3): >>44455001 #>>44455117 #>>44460108 #
1. acdha ◴[] No.44460108[source]
> how do people work like this?

They don’t. That’s a sign that the local system is severely broken, and should be rebuilt to be stable. uv will still work in that case, but you’re going to constantly hit other points of friction on a mismanaged system which will waste time.