DEV Community

Discussion on: Tell us what your top unpopular tech opinion is 😈

Collapse
 
codypearce profile image
Cody Pearce • Edited

I like python as a language but I’ve wasted so much time with its bad dependency management and environments. I’ve tried a bunch of tools that promise to make it better but they always fall short of something like npm.

Collapse
 
ianturton profile image
Ian Turton

but npm is even worse, when I'm forced to install npm I look back on python virtual env's fondly.

Thread Thread
 
hadrianhughes profile image
Hadrian Hughes

What don't you like about NPM?

Thread Thread
 
ianturton profile image
Ian Turton

That it routinely screws my whole machine up due to mismatched versions.

Thread Thread
 
hadrianhughes profile image
Hadrian Hughes

Yeah that's a fair point. I use nvm to quickly switch between versions, that makes it much more tolerable 🙂