AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Python's Virtual Environment
When packages get installed, they're global basically, right? Yes. And you can only really have one version of the package in that environment. Ruby's got this problem kind of solve, you can have multiple versions of the same package but then you'd have to have this bundle file. But yeah, Python to have this weird, I've called a hack, it is a little bit hacky, I think, right? If you look at the how it's all implemented, you're smiling because I think is it because I'm being too simplistic or is that because I'm too correct? Yeah, I'm open to hearing just that.